summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Untz <vuntz@gnome.org>2012-04-26 15:17:01 +0200
committerVincent Untz <vuntz@gnome.org>2012-04-26 15:17:01 +0200
commit1e15aa707dfaf20d47e2679b0d6fb8a6fb2d59c2 (patch)
tree95434731592b79325f9e1dadee3e1ae8ba27ff91
parentcb38c672b92c85923826612520076cbb5d204ad7 (diff)
Revert "packagekit-qt2: Since new methods and enums where added let's change the version number to 2.0.1"openSUSE_Factory
This reverts commit 79545c4c40b20c2380c18971122efb7c72b7dd0a. This is just wrong, as it results in .so.1 instead of .so.2 (which was intended): we're going backwards with the soversion. Next version will have a proper fix.
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 026f635d..f7129f2d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -55,7 +55,7 @@ AC_SUBST(LT_AGE)
#
LT_QT_CURRENT=2
LT_QT_REVISION=0
-LT_QT_AGE=1
+LT_QT_AGE=0
AC_SUBST(LT_QT_CURRENT)
AC_SUBST(LT_QT_REVISION)
AC_SUBST(LT_QT_AGE)