From 3a6e319232752a0be4eb58859a8ac393ed57fcd9 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Tue, 14 Dec 2004 08:33:01 +0000 Subject: [PATCH] post release updates --- NEWS | 7 +++++++ configure.ac | 4 ++-- 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, bug-gnupg@gnu.org) +AC_INIT(gnupg, 1.4.0-cvs, bug-gnupg@gnu.org) # 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.