summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2002-10-18 12:41:34 +0200
committerWerner Koch <wk@gnupg.org>2002-10-18 12:41:34 +0200
commit8d76177f107e2dbf3f0ccf5d6c5be9ceacdb9d6b (patch)
treef370984e4de2b992625b6265009783a7dd6d0714 /configure.ac
parent* POTFILES.in (hkp.c): Removed. (diff)
downloadgnupg2-8d76177f107e2dbf3f0ccf5d6c5be9ceacdb9d6b.tar.xz
gnupg2-8d76177f107e2dbf3f0ccf5d6c5be9ceacdb9d6b.zip
Bumped version number for cvs version
Diffstat (limited to '')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index b114a64f9..18ea461b6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -24,7 +24,7 @@ AC_PREREQ(2.52)
# Remember to change the version number immediately *after* a release
# and remove the "-cvs" or "rc" suffix immediately *before* a release.
-AC_INIT(gnupg, 1.3.0, bug-gnupg@gnu.org)
+AC_INIT(gnupg, 1.3.1-cvs, bug-gnupg@gnu.org)
# 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.