aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2004-12-27 18:14:07 +0000
committerWerner Koch <[email protected]>2004-12-27 18:14:07 +0000
commit6553d897aef60cc389151363dded6a297f5854cd (patch)
treeb3cbf6fa82b0362600ced1eaf34b5838851af9cb
parentUpdated samplekeys (diff)
downloadgnupg-6553d897aef60cc389151363dded6a297f5854cd.tar.gz
gnupg-6553d897aef60cc389151363dded6a297f5854cd.zip
post release updates
-rw-r--r--NEWS4
-rw-r--r--configure.ac2
2 files changed, 5 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index dd48c249b..61ad2f10a 100644
--- a/NEWS
+++ b/NEWS
@@ -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.