diff options
author | Werner Koch <[email protected]> | 2004-12-27 18:14:07 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2004-12-27 18:14:07 +0000 |
commit | 6553d897aef60cc389151363dded6a297f5854cd (patch) | |
tree | b3cbf6fa82b0362600ced1eaf34b5838851af9cb | |
parent | Updated samplekeys (diff) | |
download | gnupg-6553d897aef60cc389151363dded6a297f5854cd.tar.gz gnupg-6553d897aef60cc389151363dded6a297f5854cd.zip |
post release updates
-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.2.? +------------------------------------------------ + + Noteworthy changes in version 1.2.7 (2004-12-27) ------------------------------------------------ diff --git a/configure.ac b/configure.ac index 4dce72998..3d9031ca8 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.2.7, [email protected]) +AC_INIT(gnupg, 1.2.8-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. |