From 8befd90dfb60a176433312039efcf00b5722dc6d Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Fri, 25 Oct 2002 12:22:43 +0000 Subject: [PATCH] version number change after release. --- NEWS | 3 +++ configure.ac | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 4878387b8..6e0cb5679 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,6 @@ +Noteworthy changes in version 1.2.2 (unreleased) +------------------------------------------------ + Noteworthy changes in version 1.2.1 (2002-10-25) ------------------------------------------------ diff --git a/configure.ac b/configure.ac index 7ed076cb1..bcf6c3e4e 100644 --- a/configure.ac +++ b/configure.ac @@ -24,7 +24,7 @@ AC_PREREQ(2.52) # 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.1, bug-gnupg@gnu.org) +AC_INIT(gnupg, 1.2.2-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.