aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2004-06-08 19:10:32 +0000
committerWerner Koch <[email protected]>2004-06-08 19:10:32 +0000
commit89da78cdf3ae31aba578f07650cdc0265b79c9b2 (patch)
tree865dadf2a58058c88472ba8cdd96698221c50015 /configure.ac
parent* configure.ac: Require libksba 0.9.7. (diff)
downloadgnupg-1-9-9.tar.gz
gnupg-1-9-9.zip
about to release 1.9.9V1-9-9
Diffstat (limited to '')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 4c719fe75..3a31433a5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -24,7 +24,7 @@ min_automake_version="1.7.6"
# Version number: Remember to change it immediately *after* a release.
# Add a "-cvs" prefix for non-released code.
-AC_INIT(gnupg, 1.9.9-cvs, [email protected])
+AC_INIT(gnupg, 1.9.9, [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.