diff options
author | Daniel Nicoletti <dantti12@gmail.com> | 2012-04-23 18:23:10 -0300 |
---|---|---|
committer | Daniel Nicoletti <dantti12@gmail.com> | 2012-04-23 18:23:10 -0300 |
commit | 79545c4c40b20c2380c18971122efb7c72b7dd0a (patch) | |
tree | 49aee0b9340653d6d9b971f1d33c08e5dae55548 | |
parent | 6c76071f88a17ddaf0aa8e02fb71f5403cef8b75 (diff) |
packagekit-qt2: Since new methods and enums where added let's change the version number to 2.0.1
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 792a8588..bb180592 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=0 +LT_QT_AGE=1 AC_SUBST(LT_QT_CURRENT) AC_SUBST(LT_QT_REVISION) AC_SUBST(LT_QT_AGE) |