diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac index 817d36f4..0f352555 100644 --- a/configure.ac +++ b/configure.ac @@ -25,13 +25,13 @@ # (Interfaces added/removed/changed: CURRENT++, REVISION=0) # (Interfaces added: AGE++) # (Interfaces removed: AGE=0) -# XXXX new functions -AC_INIT(gpgme, 0.3.4-cvs, [[email protected]]) -LIBGPGME_LT_CURRENT=6 -LIBGPGME_LT_AGE=0 +# +AC_INIT(gpgme, 0.3.4, [[email protected]]) +LIBGPGME_LT_CURRENT=7 +LIBGPGME_LT_AGE=1 LIBGPGME_LT_REVISION=0 NEED_GPG_VERSION=1.0.6 -NEED_GPGSM_VERSION=0.3.0 +NEED_GPGSM_VERSION=0.3.1 ############################################## AC_PREREQ(2.52) AC_REVISION($Revision$) |