aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcus Brinkmann <[email protected]>2003-10-06 18:16:07 +0000
committerMarcus Brinkmann <[email protected]>2003-10-06 18:16:07 +0000
commitd8e259c00159d925830666d812685cf675ea61de (patch)
tree5324d44f041ba515b988c0ee87bc93d5eb866732
parentMake all version templates to have 2 parts only. (diff)
downloadlibgpg-error-d8e259c00159d925830666d812685cf675ea61de.tar.gz
libgpg-error-d8e259c00159d925830666d812685cf675ea61de.zip
Prepare development of next release.
-rw-r--r--NEWS4
-rw-r--r--configure.ac2
2 files changed, 5 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 47f395a..7b618a7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+Noteworthy changes in version 0.6 (unreleased)
+----------------------------------------------
+
+
Noteworthy changes in version 0.5 (2003-10-06)
----------------------------------------------
diff --git a/configure.ac b/configure.ac
index a6b10fb..08fbb58 100644
--- a/configure.ac
+++ b/configure.ac
@@ -20,7 +20,7 @@
# (Process this file with autoconf to produce a configure script.)
# Version number: Remember to change it immediately *after* a release.
-AC_INIT(libgpg-error, 0.5, [email protected])
+AC_INIT(libgpg-error, 0.6, [email protected])
# LT Version numbers, remember to change them just *before* a release.
# (Code changed: REVISION++)
# (Interfaces added/removed/changed: CURRENT++, REVISION=0)