diff options
author | Marcus Brinkmann <[email protected]> | 2004-03-07 15:44:44 +0000 |
---|---|---|
committer | Marcus Brinkmann <[email protected]> | 2004-03-07 15:44:44 +0000 |
commit | 843ada57d2f0864ed0853cef5bd58e90e4d403b9 (patch) | |
tree | 9f9a4e6ffab34d9aa886fdc2b0da4be850d20bc4 | |
parent | Fix copyright year. (diff) | |
download | libgpg-error-843ada57d2f0864ed0853cef5bd58e90e4d403b9.tar.gz libgpg-error-843ada57d2f0864ed0853cef5bd58e90e4d403b9.zip |
2004-03-07 Marcus Brinkmann <[email protected]>
Released 0.7.
* configure.ac: Bumbed up LIBGPG_ERROR_LT_REVISON.
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | configure.ac | 6 |
3 files changed, 10 insertions, 4 deletions
@@ -1,3 +1,9 @@ +2004-03-07 Marcus Brinkmann <[email protected]> + + Released 0.7. + + * configure.ac: Bumbed up LIBGPG_ERROR_LT_REVISON. + 2004-03-01 Marcus Brinkmann <[email protected]> * configure.ac: Define CC_FOR_BUILD. @@ -1,4 +1,4 @@ -Noteworthy changes in version 0.7 (unreleased) +Noteworthy changes in version 0.7 (2004-03-07) ---------------------------------------------- * libgpg-error can be built on systems where the errno macros do not diff --git a/configure.ac b/configure.ac index 74f3af1..fa5422e 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ # configure.ac for libgpg-error -# Copyright (C) 2003 g10 Code GmbH +# Copyright (C) 2003, 2004 g10 Code GmbH # # This file is part of libgpg-error. # @@ -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-cvs, [email protected]) +AC_INIT(libgpg-error, 0.7, [email protected]) # LT Version numbers, remember to change them just *before* a release. # (Code changed: REVISION++) # (Interfaces added/removed/changed: CURRENT++, REVISION=0) @@ -33,7 +33,7 @@ AC_INIT(libgpg-error, 0.7-cvs, [email protected]) # Note, that added error codes don't constitute an interface change. LIBGPG_ERROR_LT_CURRENT=1 LIBGPG_ERROR_LT_AGE=1 -LIBGPG_ERROR_LT_REVISION=1 +LIBGPG_ERROR_LT_REVISION=2 AC_SUBST(LIBGPG_ERROR_LT_CURRENT) AC_SUBST(LIBGPG_ERROR_LT_AGE) AC_SUBST(LIBGPG_ERROR_LT_REVISION) |