aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2004-12-16 10:53:25 +0000
committerWerner Koch <[email protected]>2004-12-16 10:53:25 +0000
commit97587c6d7a34b55b0bcd9bff9ba738fa021d71b1 (patch)
treea2f8fcd55b5f61e43c94e21612bfab1c2918833f
parentMinor fixes (diff)
downloadgnupg-97587c6d7a34b55b0bcd9bff9ba738fa021d71b1.tar.gz
gnupg-97587c6d7a34b55b0bcd9bff9ba738fa021d71b1.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 ef89de79a..5dcbf91f6 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+Noteworthy changes in version 1.4.1
+-------------------------------------------------
+
+
Noteworthy changes in version 1.4.0 (2004-12-16)
-------------------------------------------------
diff --git a/configure.ac b/configure.ac
index 4734ecbdf..6ceff5b39 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.4.0, [email protected])
+AC_INIT(gnupg, 1.4.1-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.