diff --git a/ChangeLog b/ChangeLog index 6d11d8ca6..172dd0fe4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,7 +2,7 @@ Released 1.9.1. - * configure.ac: Required newer versions of some libraries. + * configure.ac: Require newer versions of some libraries. 2003-09-02 Werner Koch diff --git a/NEWS b/NEWS index 9dc066a9f..558a5e8ac 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,8 @@ +Noteworthy changes in version 1.9.2 (unreleased) +------------------------------------------------ + + + Noteworthy changes in version 1.9.1 (2003-09-06) ------------------------------------------------ diff --git a/configure.ac b/configure.ac index 4d651d380..4ee1898b5 100644 --- a/configure.ac +++ b/configure.ac @@ -22,7 +22,7 @@ AC_PREREQ(2.52) # Version number: Remember to change it immediately *after* a release. # Add a "-cvs" prefix for non-released code. -AC_INIT(gnupg, 1.9.1, gnupg-devel@gnupg.org) +AC_INIT(gnupg, 1.9.2-cvs, gnupg-devel@gnupg.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.