diff options
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | configure.ac | 4 |
2 files changed, 9 insertions, 2 deletions
@@ -1,3 +1,10 @@ +2003-10-06 Marcus Brinkmann <[email protected]> + + Released 0.5. + + * configure.ac (LIBGPG_ERROR_LT_CURRENT, LIBGPG_ERROR_LT_AGE): + Bump up by one. + 2003-09-30 Marcus Brinkmann <[email protected]> * src/gpg-error.h: Include <stddef.h>. diff --git a/configure.ac b/configure.ac index 9405902..a6b10fb 100644 --- a/configure.ac +++ b/configure.ac @@ -26,8 +26,8 @@ AC_INIT(libgpg-error, 0.5, [email protected]) # (Interfaces added/removed/changed: CURRENT++, REVISION=0) # (Interfaces added: AGE++) # (Interfaces removed: AGE=0) -LIBGPG_ERROR_LT_CURRENT=0 -LIBGPG_ERROR_LT_AGE=0 +LIBGPG_ERROR_LT_CURRENT=1 +LIBGPG_ERROR_LT_AGE=1 LIBGPG_ERROR_LT_REVISION=0 AC_SUBST(LIBGPG_ERROR_LT_CURRENT) AC_SUBST(LIBGPG_ERROR_LT_AGE) |