aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2006-04-03 10:13:23 +0000
committerWerner Koch <[email protected]>2006-04-03 10:13:23 +0000
commit256f67675f84ee02d842d14c93bfc8d6383b65b1 (patch)
treef1df73e6997df666dc3d97db1b590babe98a4750 /configure.ac
parent* getkey.c (get_pubkey_byname): Fix missing auto_key_retrieve unlock. (diff)
downloadgnupg-1.4.3.tar.gz
gnupg-1.4.3.zip
About to release 1.4.3gnupg-1.4.3
Diffstat (limited to '')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 06d9cb005..8d6c1b51a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -26,7 +26,7 @@ min_automake_version="1.9.3"
# 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.4.3-cvs, [email protected])
+AC_INIT(gnupg, 1.4.3, [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.