diff options
author | Werner Koch <[email protected]> | 2002-11-20 18:56:34 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2002-11-20 18:56:34 +0000 |
commit | 73eed138f11d91279359434da73bb3aa4a575c4b (patch) | |
tree | 7388957b525b9c2da34139fbb7fc8c417b683395 | |
parent | doc/ (diff) | |
download | gpgme-73eed138f11d91279359434da73bb3aa4a575c4b.tar.gz gpgme-73eed138f11d91279359434da73bb3aa4a575c4b.zip |
About to release 0.3.13
-rw-r--r-- | branches/gpgme-0-3-branch/ChangeLog | 6 | ||||
-rw-r--r-- | branches/gpgme-0-3-branch/NEWS | 6 | ||||
-rw-r--r-- | branches/gpgme-0-3-branch/configure.ac | 2 | ||||
-rw-r--r-- | branches/gpgme-0-3-branch/gpgme/gpgme.h | 2 |
4 files changed, 12 insertions, 4 deletions
diff --git a/branches/gpgme-0-3-branch/ChangeLog b/branches/gpgme-0-3-branch/ChangeLog index 1865adee..0f07f779 100644 --- a/branches/gpgme-0-3-branch/ChangeLog +++ b/branches/gpgme-0-3-branch/ChangeLog @@ -1,3 +1,9 @@ +2002-11-20 Werner Koch <[email protected]> + + Released 0.3.13 + + * configure.ac: Bump up LIBGPGME_LT_REVISION. + 2002-11-12 Werner Koch <[email protected]> * config.sub, config.guess: Updated from ftp.gnu.org/gnu/config diff --git a/branches/gpgme-0-3-branch/NEWS b/branches/gpgme-0-3-branch/NEWS index 95ca048f..da180c76 100644 --- a/branches/gpgme-0-3-branch/NEWS +++ b/branches/gpgme-0-3-branch/NEWS @@ -1,10 +1,12 @@ -Noteworthy changes in version 0.3.13 (unreleased) +Noteworthy changes in version 0.3.13 (2002-11-20) ------------------------------------------------- + * Release due to changes in gpgmeplug. + Noteworthy changes in version 0.3.12 (2002-10-15) ------------------------------------------------- - * Fixed some bux with key listsings. + * Fixed some bux with key listings. * The development has been branched to clean up some API issues. This 0.3 series will be kept for compatibility reasons; so do don't diff --git a/branches/gpgme-0-3-branch/configure.ac b/branches/gpgme-0-3-branch/configure.ac index 7e596f9c..2d9e736a 100644 --- a/branches/gpgme-0-3-branch/configure.ac +++ b/branches/gpgme-0-3-branch/configure.ac @@ -30,7 +30,7 @@ AC_INIT(gpgme, 0.3.13, [[email protected]]) # LIBGPGME_LT_CURRENT=9 LIBGPGME_LT_AGE=3 -LIBGPGME_LT_REVISION=3 +LIBGPGME_LT_REVISION=4 NEED_GPG_VERSION=1.2.0 NEED_GPGSM_VERSION=0.9.2 ############################################## diff --git a/branches/gpgme-0-3-branch/gpgme/gpgme.h b/branches/gpgme-0-3-branch/gpgme/gpgme.h index 08261fe3..495289ce 100644 --- a/branches/gpgme-0-3-branch/gpgme/gpgme.h +++ b/branches/gpgme-0-3-branch/gpgme/gpgme.h @@ -43,7 +43,7 @@ extern "C" { AM_PATH_GPGME macro) check that this header matches the installed library. Warning: Do not edit the next line. configure will do that for you! */ -#define GPGME_VERSION "0.3.12" +#define GPGME_VERSION "0.3.13" /* The opaque data types used by GPGME. */ |