diff options
author | Werner Koch <[email protected]> | 2005-03-15 16:28:37 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2005-03-15 16:28:37 +0000 |
commit | a659989792a23f6de46d142ed112473650dc4b12 (patch) | |
tree | 2b0a90d87d2a548b3ad62690d30546f41958c1c5 | |
parent | Preparing a release (diff) | |
download | gnupg-a659989792a23f6de46d142ed112473650dc4b12.tar.gz gnupg-a659989792a23f6de46d142ed112473650dc4b12.zip |
Post release preparations
-rw-r--r-- | NEWS | 4 | ||||
-rw-r--r-- | README | 2 | ||||
-rw-r--r-- | configure.ac | 2 |
3 files changed, 6 insertions, 2 deletions
@@ -1,3 +1,7 @@ +Noteworthy changes in version 1.4.2 +------------------------------------------------ + + Noteworthy changes in version 1.4.1 (2005-03-15) ------------------------------------------------ @@ -1,7 +1,7 @@ GnuPG - The GNU Privacy Guard ------------------------------- - Version 1.4.1 + Version 1.4.2 Copyright 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. diff --git a/configure.ac b/configure.ac index dfc2c679c..d6ef7c83f 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.1, [email protected]) +AC_INIT(gnupg, 1.4.2-cvs, [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. |