aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorMarcus Brinkmann <[email protected]>2002-10-08 21:52:38 +0000
committerMarcus Brinkmann <[email protected]>2002-10-08 21:52:38 +0000
commit388b40bb88e299546011a774d51fee2198c68b28 (patch)
tree8ad5106e09458a302b727daf2eec8b4806a51561 /configure.ac
parenttypo (diff)
downloadgpgme-388b40bb88e299546011a774d51fee2198c68b28.tar.gz
gpgme-388b40bb88e299546011a774d51fee2198c68b28.zip
2002-10-08 Marcus Brinkmann <[email protected]>
* configure.ac (AC_INIT): Bump version up to 0.4.0. (NEED_GPG_VERSION): Bump up to 1.2.0. (NEED_GPGSM_VERSION): Bump up to 0.9.0. * README: Update version numbers. * NEWS: Start entry for 0.4.0.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 0e2bc451..8c00143e 100644
--- a/configure.ac
+++ b/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.12, [[email protected]])
+AC_INIT(gpgme, 0.4.0, [[email protected]])
# LT Version numbers, remember to change them just *before* a release.
# (Code changed: REVISION++)
# (Interfaces added/removed/changed: CURRENT++, REVISION=0)
@@ -31,8 +31,8 @@ AC_INIT(gpgme, 0.3.12, [[email protected]])
LIBGPGME_LT_CURRENT=9
LIBGPGME_LT_AGE=3
LIBGPGME_LT_REVISION=2
-NEED_GPG_VERSION=1.0.7
-NEED_GPGSM_VERSION=0.3.8
+NEED_GPG_VERSION=1.2.0
+NEED_GPGSM_VERSION=0.9.0
##############################################
AC_PREREQ(2.52)
AC_REVISION($Revision$)