About to release 0.3.13
authorWerner Koch <wk@gnupg.org>
Wed, 20 Nov 2002 18:56:34 +0000 (18:56 +0000)
committerWerner Koch <wk@gnupg.org>
Wed, 20 Nov 2002 18:56:34 +0000 (18:56 +0000)
branches/gpgme-0-3-branch/ChangeLog
branches/gpgme-0-3-branch/NEWS
branches/gpgme-0-3-branch/configure.ac
branches/gpgme-0-3-branch/gpgme/gpgme.h

index 1865adee6bcfe33fa41ca60dce2ddf699b97873d..0f07f77941a2cd2dd3aa23c4d322ad523ba82b30 100644 (file)
@@ -1,3 +1,9 @@
+2002-11-20  Werner Koch  <wk@gnupg.org>
+
+        Released 0.3.13
+       
+       * configure.ac: Bump up LIBGPGME_LT_REVISION.
+
 2002-11-12  Werner Koch  <wk@gnupg.org>
 
        * config.sub, config.guess: Updated from ftp.gnu.org/gnu/config
index 95ca048f81c17494b60e0868931c1d93c08318c4..da180c765523b0da1663f525b426a37fa9f4d787 100644 (file)
@@ -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
index 7e596f9cc53646da4006bb28c640a6fb71761a75..2d9e736a7910586268bb329548a29403057b0263 100644 (file)
@@ -30,7 +30,7 @@ AC_INIT(gpgme, 0.3.13, [bug-gpgme@gnupg.org])
 #
 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
 ##############################################
index 08261fe334c1abd3cec4cb27a122a0df260dcaec..495289ce97055b4bf527b6336db9bfe35a16edd1 100644 (file)
@@ -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.  */