aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2003-09-06 13:44:17 +0000
committerWerner Koch <[email protected]>2003-09-06 13:44:17 +0000
commit657f9d4e5c4a50967c0ce5c0fb46cd1156806dc4 (patch)
tree920a273fd758fd262504be929c578feb57465e76 /configure.ac
parent* configure.ac: Required newer versions of some libraries. (diff)
downloadgnupg-657f9d4e5c4a50967c0ce5c0fb46cd1156806dc4.tar.gz
gnupg-657f9d4e5c4a50967c0ce5c0fb46cd1156806dc4.zip
Post release version number update
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 4d651d380..4ee1898b5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -22,7 +22,7 @@
AC_PREREQ(2.52)
# Version number: Remember to change it immediately *after* a release.
# Add a "-cvs" prefix for non-released code.
-AC_INIT(gnupg, 1.9.1, [email protected])
+AC_INIT(gnupg, 1.9.2-cvs, [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.