diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | NEWS | 4 | ||||
-rw-r--r-- | configure.ac | 2 |
3 files changed, 11 insertions, 1 deletions
@@ -1,5 +1,11 @@ 2002-12-23 Marcus Brinkmann <[email protected]> + * configure.ac: Bump up to 0.4.1. + + Released 0.4.0. + +2002-12-23 Marcus Brinkmann <[email protected]> + * autogen.sh (automake_vers): Require 1.7 (really 1.7.1) for the conditional source distribution bug fix. @@ -1,3 +1,7 @@ +Noteworthy changes in version 0.4.1 (unreleased) +------------------------------------------------ + + Noteworthy changes in version 0.4.0 (2002-12-23) ------------------------------------------------ diff --git a/configure.ac b/configure.ac index 518cf4d3..67ce878d 100644 --- a/configure.ac +++ b/configure.ac @@ -21,7 +21,7 @@ # (Process this file with autoconf to produce a configure script.) # Version number: Remember to change it immediately *after* a release. -AC_INIT(gpgme, 0.4.0, [[email protected]]) +AC_INIT(gpgme, 0.4.1, [[email protected]]) # LT Version numbers, remember to change them just *before* a release. # (Code changed: REVISION++) # (Interfaces added/removed/changed: CURRENT++, REVISION=0) |