summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2013-05-25 08:47:15 +0100
committerRichard Hughes <richard@hughsie.com>2013-05-25 08:47:32 +0100
commit3bd8a698e4340257957ff583dfc61890c33ff85e (patch)
treed48c8415ec4ff74e2241577e6bd3d81a32c22a96
parent0845a175cb1ad2049c271d761eccc90dca2a2319 (diff)
downloadcolord-3bd8a698e4340257957ff583dfc61890c33ff85e.tar.gz
Do not bump the soname just because we're removing methods that nobody is using
Nothing was using those deprecated methods, so it seems a lot of pain to rebuild everything just for the sake of being anal.
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 6efccb9..86cb5ce 100644
--- a/configure.ac
+++ b/configure.ac
@@ -37,8 +37,8 @@ AC_SUBST(CD_MICRO_VERSION)
# 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 Don't use.
-LT_CURRENT=2
-LT_REVISION=0
+LT_CURRENT=1
+LT_REVISION=20
LT_AGE=0
AC_SUBST(LT_CURRENT)
AC_SUBST(LT_REVISION)