aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcus Brinkmann <[email protected]>2003-09-03 20:24:03 +0000
committerMarcus Brinkmann <[email protected]>2003-09-03 20:24:03 +0000
commit72965f10150a20e1768512801ea2615b6f8e94c8 (patch)
tree33501e196962dc1eb089c5825f8c3a7f746e6b2a
parent2003-09-03 Marcus Brinkmann <[email protected]> (diff)
downloadlibgpg-error-72965f10150a20e1768512801ea2615b6f8e94c8.tar.gz
libgpg-error-72965f10150a20e1768512801ea2615b6f8e94c8.zip
2003-09-03 Marcus Brinkmann <[email protected]>
* configure.ac (AC_INIT): Bump up version number.
-rw-r--r--ChangeLog4
-rw-r--r--NEWS4
-rw-r--r--configure.ac2
3 files changed, 9 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index afc634e..eea403a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2003-09-03 Marcus Brinkmann <[email protected]>
+ * configure.ac (AC_INIT): Bump up version number.
+
+2003-09-03 Marcus Brinkmann <[email protected]>
+
Released 0.4.
* src/gpg-error.h: Define GPG_ERR_INLINE to nothing if the
diff --git a/NEWS b/NEWS
index b5b3956..2df8f97 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+Noteworthy changes in version 0.5 (unreleased)
+----------------------------------------------
+
+
Noteworthy changes in version 0.4 (2003-09-03)
----------------------------------------------
diff --git a/configure.ac b/configure.ac
index 5193674..d5872bf 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.4, [email protected])
+AC_INIT(libgpg-error, 0.5, [email protected])
# LT Version numbers, remember to change them just *before* a release.
# (Code changed: REVISION++)
# (Interfaces added/removed/changed: CURRENT++, REVISION=0)