diff options
author | Werner Koch <[email protected]> | 2003-08-21 19:45:43 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2003-08-21 19:45:43 +0000 |
commit | aa1079258159753ccba84ac2fec0208d3eebf547 (patch) | |
tree | 075bd4e13a374df44b8b7412296ae38f0b905a86 | |
parent | Preparing release (diff) | |
download | gnupg-aa1079258159753ccba84ac2fec0208d3eebf547.tar.gz gnupg-aa1079258159753ccba84ac2fec0208d3eebf547.zip |
About to release 1.2.3
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | README | 2 | ||||
-rw-r--r-- | configure.ac | 2 |
4 files changed, 7 insertions, 3 deletions
@@ -1,3 +1,7 @@ +2003-08-21 Werner Koch <[email protected]> + + Released 1.2.3. + 2003-08-20 David Shaw <[email protected]> * THANKS: Thank Nelson H. F. Beebe. @@ -1,4 +1,4 @@ -Noteworthy changes in version 1.2.3 (unreleased) +Noteworthy changes in version 1.2.3 (2003-08-21) ------------------------------------------------ * New "--gnupg" option (set by default) that disables --openpgp, @@ -1,7 +1,7 @@ GnuPG - The GNU Privacy Guard ------------------------------- - Version 1.2.2 + Version 1.2.3 Copyright 1998, 1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc. diff --git a/configure.ac b/configure.ac index a72452daf..7a880dd69 100644 --- a/configure.ac +++ b/configure.ac @@ -25,7 +25,7 @@ AC_PREREQ(2.52) # 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.2.3rc2, [email protected]) +AC_INIT(gnupg, 1.2.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. |