aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2004-12-14 08:33:01 +0000
committerWerner Koch <[email protected]>2004-12-14 08:33:01 +0000
commit3a6e319232752a0be4eb58859a8ac393ed57fcd9 (patch)
treedb60796198bc8edc19f860ffc6477ecbe8221f09
parentautomake updates, removed one debug output (diff)
downloadgnupg-3a6e319232752a0be4eb58859a8ac393ed57fcd9.tar.gz
gnupg-3a6e319232752a0be4eb58859a8ac393ed57fcd9.zip
post release updates
Diffstat (limited to '')
-rw-r--r--NEWS7
-rw-r--r--configure.ac4
2 files changed, 9 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index be0b1fd47..c415c2af8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+Noteworthy changes in version 1.4.0
+-------------------------------------------------
+
+ * See the file doc/highlights-1.4.txt for an overview of all
+ changes in respect to the 1.2 series.
+
+
Noteworthy changes in version 1.3.93 (2004-12-14)
-------------------------------------------------
diff --git a/configure.ac b/configure.ac
index 073ae79dd..843f95455 100644
--- a/configure.ac
+++ b/configure.ac
@@ -22,11 +22,11 @@ dnl (Process this file with autoconf to produce a configure script.)
dnlAC_REVISION($Revision$)dnl
AC_PREREQ(2.59)
-min_automake_version="1.7.9"
+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.3.93, [email protected])
+AC_INIT(gnupg, 1.4.0-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.