aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac11
1 files changed, 7 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index 30b183046..6ba66968d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -22,9 +22,12 @@
AC_PREREQ(2.52)
min_automake_version="1.9.3"
-# Version number: Remember to change it immediately *after* a release.
-# Add a "-cvs" prefix for non-released code.
-AC_INIT(gnupg, 1.9.19, [email protected])
+# Remember to change the version number immediately *after* a release.
+# Uncomment the my_iscvs macro for non-released code.
+m4_define(my_version, [1.9.20])
+m4_define(my_iscvs, yes)
+AC_INIT([gnupg], my_version[]m4_ifdef([my_iscvs], [-cvs[]m4_translit(
+ [$Revision$],[Ra-z $:])]), [[email protected]])
# Set development_version to yes if the minor number is odd or you
# feel that the default check for a development version is not
# sufficient.
@@ -36,7 +39,7 @@ NEED_LIBGCRYPT_VERSION=1.1.94
NEED_LIBASSUAN_VERSION=0.6.10
-NEED_KSBA_VERSION=0.9.12
+NEED_KSBA_VERSION=0.9.13
PACKAGE=$PACKAGE_NAME