summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2009-10-06 10:28:05 +0100
committerRichard Hughes <richard@hughsie.com>2009-10-06 10:28:05 +0100
commitd6eb6622df68f679fbee47afd05fb27acabede9c (patch)
treed24f16888045ada9ccd9f682e244cb173637ec3a /configure.ac
parentbf9758fabf722203e725a24af70c2c05872b21ce (diff)
downloadupower-d6eb6622df68f679fbee47afd05fb27acabede9c.tar.gz
Released DeviceKit-power 011DeviceKit-power-011
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 2 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 23a768b..86bf254 100644
--- a/configure.ac
+++ b/configure.ac
@@ -19,10 +19,9 @@ AC_SUBST(VERSION)
# increment;
# CURRENT If the API or ABI interface has changed (reset REVISION to 0)
# REVISION If the API and ABI remains the same, but bugs are fixed.
-# AGE If libpackagekit can be linked into executables which can be
-# built with previous versions of this library. Don't use.
+# AGE Don't use.
LT_CURRENT=1
-LT_REVISION=0
+LT_REVISION=1
LT_AGE=0
AC_SUBST(LT_CURRENT)
AC_SUBST(LT_REVISION)