aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--NEWS4
-rw-r--r--configure.ac2
3 files changed, 11 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index e6807d02..de40c10e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
diff --git a/NEWS b/NEWS
index e4254383..110b1153 100644
--- a/NEWS
+++ b/NEWS
@@ -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)