aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2006-02-14 16:28:34 +0000
committerWerner Koch <[email protected]>2006-02-14 16:28:34 +0000
commitb121d029b5b23d36e15acfd32728a3af49ea6210 (patch)
treef4e5120f811d2e73f0b7dba9f8a2bb2fb78e2a6e /configure.ac
parentFixed a wrong return code with gpg --verify (diff)
downloadgnupg-1.4.3rc1.tar.gz
gnupg-1.4.3rc1.zip
about to release 1.4.3rc1gnupg-1.4.3rc1
Diffstat (limited to '')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 26791222d..cd28ab81c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
dnl configure.ac script for GnuPG
dnl Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004,
-dnl 2005 Free Software Foundation, Inc.
+dnl 2005, 2006 Free Software Foundation, Inc.
dnl
dnl This file is part of GnuPG.
dnl
@@ -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.3rc1, [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.