Post release version number bump
authorWerner Koch <wk@gnupg.org>
Wed, 19 Nov 2003 08:53:47 +0000 (08:53 +0000)
committerWerner Koch <wk@gnupg.org>
Wed, 19 Nov 2003 08:53:47 +0000 (08:53 +0000)
branches/gpgme-0-3-branch/NEWS
branches/gpgme-0-3-branch/configure.ac
branches/gpgme-0-3-branch/gpgme/gpgme.h

index 12e6863ac660ed644c9d24bce2050cf88f6d7920..0fdcf8bed1f62ec720ee51504886107437c2353f 100644 (file)
@@ -1,3 +1,8 @@
+Noteworthy changes in version 0.3.17 (unreleased)
+-------------------------------------------------
+
+
+
 Noteworthy changes in version 0.3.16 (2003-11-19)
 -------------------------------------------------
 
index 5f2f2e5f2ee5e9a401d2a4be22eb22da45ba0379..ec667757565fdfa27be0ab7340bc45034b46e745 100644 (file)
@@ -21,7 +21,7 @@
 # (Process this file with autoconf to produce a configure script.)
 
 # Version number: Remember to change it immediately *after* a release.
-AC_INIT(gpgme, 0.3.16, [bug-gpgme@gnupg.org])
+AC_INIT(gpgme, 0.3.17-cvs, [bug-gpgme@gnupg.org])
 # LT Version numbers, remember to change them just *before* a release.
 #   (Code changed:                     REVISION++)
 #   (Interfaces added/removed/changed: CURRENT++, REVISION=0)
index 194c3a6bbffa40fc8f4133636bf196af2c256a80..093e36a27d26a404dc988b33af343cad096bf631 100644 (file)
@@ -44,7 +44,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.16"
+#define GPGME_VERSION "0.3.17-cvs"
 
 
 /* The opaque data types used by GPGME.  */