diff options
Diffstat (limited to 'branches/gpgme-0-3-branch/configure.ac')
-rw-r--r-- | branches/gpgme-0-3-branch/configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/branches/gpgme-0-3-branch/configure.ac b/branches/gpgme-0-3-branch/configure.ac index 96e885d7..5f2f2e5f 100644 --- a/branches/gpgme-0-3-branch/configure.ac +++ b/branches/gpgme-0-3-branch/configure.ac @@ -21,7 +21,7 @@ # (Process this file with autoconf to produce a configure script.) # Version number: Remember to change it immediately *after* a release. -AC_INIT(gpgme, 0.3.16-cvs, [[email protected]]) +AC_INIT(gpgme, 0.3.16, [[email protected]]) # LT Version numbers, remember to change them just *before* a release. # (Code changed: REVISION++) # (Interfaces added/removed/changed: CURRENT++, REVISION=0) @@ -30,7 +30,7 @@ AC_INIT(gpgme, 0.3.16-cvs, [[email protected]]) # LIBGPGME_LT_CURRENT=9 LIBGPGME_LT_AGE=3 -LIBGPGME_LT_REVISION=6 +LIBGPGME_LT_REVISION=7 NEED_GPG_VERSION=1.2.0 NEED_GPGSM_VERSION=0.9.2 ############################################## |