diff options
-rw-r--r-- | NEWS | 12 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 12 insertions, 2 deletions
@@ -1,3 +1,13 @@ +Noteworthy changes in version 0.8 (unreleased) +---------------------------------------------- + + * (none so far) + + * Interface changes relative to the 0.7 release: +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +(none so far) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + Noteworthy changes in version 0.7 (2004-03-07) ---------------------------------------------- @@ -12,7 +22,7 @@ Noteworthy changes in version 0.7 (2004-03-07) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ GPG_ERR_LOCALE_PROBLEM NEW GPG_ERR_NOT_LOCKED NEW - +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Noteworthy changes in version 0.6 (2003-11-14) ---------------------------------------------- diff --git a/configure.ac b/configure.ac index fa5422e..de18365 100644 --- a/configure.ac +++ b/configure.ac @@ -24,7 +24,7 @@ min_automake_version="1.7.6" # The gettext version is set below using AM_GNU_GETTEXT_VERSION. # Version number: Remember to change it immediately *after* a release. -AC_INIT(libgpg-error, 0.7, [email protected]) +AC_INIT(libgpg-error, 0.8-cvs, [email protected]) # LT Version numbers, remember to change them just *before* a release. # (Code changed: REVISION++) # (Interfaces added/removed/changed: CURRENT++, REVISION=0) |