diff options
author | Werner Koch <[email protected]> | 2004-10-15 13:46:19 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2004-10-15 13:46:19 +0000 |
commit | 56f06f1e22156eb1d7ad19d8f7cd0a24bcee9d27 (patch) | |
tree | a8dc00d0f9e730d76bbd10000df933f91fc18ccd | |
parent | Updated. (diff) | |
download | gnupg-56f06f1e22156eb1d7ad19d8f7cd0a24bcee9d27.tar.gz gnupg-56f06f1e22156eb1d7ad19d8f7cd0a24bcee9d27.zip |
post release preparations
-rw-r--r-- | NEWS | 4 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +Noteworthy changes in version 1.3.92 +------------------------------------------------- + + Noteworthy changes in version 1.3.91 (2004-10-15) ------------------------------------------------- diff --git a/configure.ac b/configure.ac index ef4b5a602..c75a77451 100644 --- a/configure.ac +++ b/configure.ac @@ -26,7 +26,7 @@ min_automake_version="1.7.9" # 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.3.91, [email protected]) +AC_INIT(gnupg, 1.3.92-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. |