aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2003-08-21 19:45:43 +0000
committerWerner Koch <[email protected]>2003-08-21 19:45:43 +0000
commitaa1079258159753ccba84ac2fec0208d3eebf547 (patch)
tree075bd4e13a374df44b8b7412296ae38f0b905a86
parentPreparing release (diff)
downloadgnupg-aa1079258159753ccba84ac2fec0208d3eebf547.tar.gz
gnupg-aa1079258159753ccba84ac2fec0208d3eebf547.zip
About to release 1.2.3
-rw-r--r--ChangeLog4
-rw-r--r--NEWS2
-rw-r--r--README2
-rw-r--r--configure.ac2
4 files changed, 7 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index abf09f0c7..d544c5b4d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
diff --git a/NEWS b/NEWS
index 1ba53cd10..7320761c7 100644
--- a/NEWS
+++ b/NEWS
@@ -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,
diff --git a/README b/README
index 4e60107ce..022f92c9f 100644
--- a/README
+++ b/README
@@ -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.