aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac12
1 files changed, 6 insertions, 6 deletions
diff --git a/configure.ac b/configure.ac
index 50711b86..8eb91bca 100644
--- a/configure.ac
+++ b/configure.ac
@@ -26,12 +26,12 @@
# (Interfaces added: AGE++)
# (Interfaces removed: AGE=0)
#
-AC_INIT(gpgme, 0.3.6-cvs, [[email protected]])
-LIBGPGME_LT_CURRENT=7
-LIBGPGME_LT_AGE=1
-LIBGPGME_LT_REVISION=1
-NEED_GPG_VERSION=1.0.6
-NEED_GPGSM_VERSION=0.3.1
+AC_INIT(gpgme, 0.3.6, [[email protected]])
+LIBGPGME_LT_CURRENT=8
+LIBGPGME_LT_AGE=2
+LIBGPGME_LT_REVISION=0
+NEED_GPG_VERSION=1.0.7
+NEED_GPGSM_VERSION=0.3.6
##############################################
AC_PREREQ(2.52)
AC_REVISION($Revision$)