Post release version number bump

This commit is contained in:
Werner Koch 2003-11-19 08:53:47 +00:00
parent 1482100456
commit d67daf7372
3 changed files with 7 additions and 2 deletions

5
NEWS
View File

@ -1,3 +1,8 @@
Noteworthy changes in version 0.3.17 (unreleased)
-------------------------------------------------
Noteworthy changes in version 0.3.16 (2003-11-19) Noteworthy changes in version 0.3.16 (2003-11-19)
------------------------------------------------- -------------------------------------------------

View File

@ -21,7 +21,7 @@
# (Process this file with autoconf to produce a configure script.) # (Process this file with autoconf to produce a configure script.)
# Version number: Remember to change it immediately *after* a release. # 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. # LT Version numbers, remember to change them just *before* a release.
# (Code changed: REVISION++) # (Code changed: REVISION++)
# (Interfaces added/removed/changed: CURRENT++, REVISION=0) # (Interfaces added/removed/changed: CURRENT++, REVISION=0)

View File

@ -44,7 +44,7 @@ extern "C" {
AM_PATH_GPGME macro) check that this header matches the installed AM_PATH_GPGME macro) check that this header matches the installed
library. Warning: Do not edit the next line. configure will do library. Warning: Do not edit the next line. configure will do
that for you! */ that for you! */
#define GPGME_VERSION "0.3.16" #define GPGME_VERSION "0.3.17-cvs"
/* The opaque data types used by GPGME. */ /* The opaque data types used by GPGME. */