From: Werner Koch Date: Wed, 19 Nov 2003 08:53:47 +0000 (+0000) Subject: Post release version number bump X-Git-Tag: gpgme-1.2.0@1385~504 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=d077b5477f973cbe6fef771d5e54274bca794e55;p=gpgme.git Post release version number bump --- diff --git a/branches/gpgme-0-3-branch/NEWS b/branches/gpgme-0-3-branch/NEWS index 12e6863..0fdcf8b 100644 --- a/branches/gpgme-0-3-branch/NEWS +++ b/branches/gpgme-0-3-branch/NEWS @@ -1,3 +1,8 @@ +Noteworthy changes in version 0.3.17 (unreleased) +------------------------------------------------- + + + Noteworthy changes in version 0.3.16 (2003-11-19) ------------------------------------------------- diff --git a/branches/gpgme-0-3-branch/configure.ac b/branches/gpgme-0-3-branch/configure.ac index 5f2f2e5..ec66775 100644 --- a/branches/gpgme-0-3-branch/configure.ac +++ b/branches/gpgme-0-3-branch/configure.ac @@ -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) diff --git a/branches/gpgme-0-3-branch/gpgme/gpgme.h b/branches/gpgme-0-3-branch/gpgme/gpgme.h index 194c3a6..093e36a 100644 --- a/branches/gpgme-0-3-branch/gpgme/gpgme.h +++ b/branches/gpgme-0-3-branch/gpgme/gpgme.h @@ -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. */