diff options
author | Marcus Brinkmann <[email protected]> | 2003-09-03 20:24:03 +0000 |
---|---|---|
committer | Marcus Brinkmann <[email protected]> | 2003-09-03 20:24:03 +0000 |
commit | 72965f10150a20e1768512801ea2615b6f8e94c8 (patch) | |
tree | 33501e196962dc1eb089c5825f8c3a7f746e6b2a | |
parent | 2003-09-03 Marcus Brinkmann <[email protected]> (diff) | |
download | libgpg-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-- | ChangeLog | 4 | ||||
-rw-r--r-- | NEWS | 4 | ||||
-rw-r--r-- | configure.ac | 2 |
3 files changed, 9 insertions, 1 deletions
@@ -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 @@ -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) |