diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | NEWS | 3 | ||||
-rw-r--r-- | configure.ac | 2 |
3 files changed, 8 insertions, 1 deletions
@@ -1,3 +1,7 @@ +2002-08-05 Werner Koch <[email protected]> + + * configure.ac: Bumbed version number. + 2002-08-04 Werner Koch <[email protected]> Released 1.1.91. @@ -1,3 +1,6 @@ +Noteworthy changes in version 1.1.92 +------------------------------------------------- + Noteworthy changes in version 1.1.91 (2002-08-04) ------------------------------------------------- diff --git a/configure.ac b/configure.ac index 05eb92d5a..9330b4b1b 100644 --- a/configure.ac +++ b/configure.ac @@ -25,7 +25,7 @@ AC_PREREQ(2.52) # Please enter the version number here and 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. -AC_INIT(gnupg, 1.1.91, [email protected]) +AC_INIT(gnupg, 1.1.92, [email protected]) development_version=yes ALL_LINGUAS="ca cs da de eo el es et fr gl id it ja nl pl pt_BR pt sv tr" |