summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2004-12-16 11:04:36 +0100
committerWerner Koch <wk@gnupg.org>2004-12-16 11:04:36 +0100
commitd171615f5b140dc8474afd16f5695156eff36abe (patch)
tree05b4ecc479a017699bb9399fd186466aaa54bd3d /configure.ac
parent* gpg.sgml: Document --require-secmem/--no-require-secmem. Note that the (diff)
downloadgnupg2-d171615f5b140dc8474afd16f5695156eff36abe.tar.xz
gnupg2-d171615f5b140dc8474afd16f5695156eff36abe.zip
About to release 1.4.0
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 843f95455..4734ecbdf 100644
--- a/configure.ac
+++ b/configure.ac
@@ -26,11 +26,11 @@ 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.0-cvs, bug-gnupg@gnu.org)
+AC_INIT(gnupg, 1.4.0, 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.
-development_version=yes
+development_version=no
AC_CONFIG_AUX_DIR(scripts)
AC_CONFIG_SRCDIR(g10/g10.c)