diff options
author | Werner Koch <[email protected]> | 2002-06-25 18:32:20 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2002-06-25 18:32:20 +0000 |
commit | f93de9387042c016147f7f789bfe380afdc3ed94 (patch) | |
tree | 08a7c7cb59cec5444da71b9c4365bcccc4fa7ed0 /configure.ac | |
parent | importCertificate( const char* fpr ) (diff) | |
download | gpgme-f93de9387042c016147f7f789bfe380afdc3ed94.tar.gz gpgme-f93de9387042c016147f7f789bfe380afdc3ed94.zip |
* configure.ac: Bumbed LT version to 9/3/0.
(NEED_GPGSM_VERSION): Need 0.3.8 due to fixed export command.
Diffstat (limited to '')
-rw-r--r-- | configure.ac | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac index 14150fab..b483883d 100644 --- a/configure.ac +++ b/configure.ac @@ -26,12 +26,12 @@ # (Interfaces added: AGE++) # (Interfaces removed: AGE=0) # -AC_INIT(gpgme, 0.3.8-cvs, [[email protected]]) -LIBGPGME_LT_CURRENT=8 -LIBGPGME_LT_AGE=2 -LIBGPGME_LT_REVISION=1 +AC_INIT(gpgme, 0.3.8, [[email protected]]) +LIBGPGME_LT_CURRENT=9 +LIBGPGME_LT_AGE=3 +LIBGPGME_LT_REVISION=0 NEED_GPG_VERSION=1.0.7 -NEED_GPGSM_VERSION=0.3.7 +NEED_GPGSM_VERSION=0.3.8 ############################################## AC_PREREQ(2.52) AC_REVISION($Revision$) |