aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2002-03-04 11:16:11 +0000
committerWerner Koch <[email protected]>2002-03-04 11:16:11 +0000
commitbcd5749348b2ff1b45c43c7f28192eb67602d967 (patch)
tree0734a711172fcdf4fe891198170679297bdeea95 /configure.ac
parent2002-03-03 Marcus Brinkmann <[email protected]> (diff)
downloadgpgme-bcd5749348b2ff1b45c43c7f28192eb67602d967.tar.gz
gpgme-bcd5749348b2ff1b45c43c7f28192eb67602d967.zip
* gpg/Makefile.am (DISTCLEANFILES): Added.V0-3-4
* configure.ac: Bumbed LT version numbers to (7,1,0), requires gpgsm 0.3.1.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac10
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$)