aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2003-11-19 08:53:47 +0000
committerWerner Koch <[email protected]>2003-11-19 08:53:47 +0000
commitd67daf737286bf15dc62ec319f34300af405cde9 (patch)
treebe10a51acc520964b188e6557a680555a496868b
parent(DISTCLEANFILES): Add random_seed. (diff)
downloadgpgme-0-3-branch.tar.gz
gpgme-0-3-branch.zip
Post release version number bumpgpgme-0-3-branch
-rw-r--r--NEWS5
-rw-r--r--configure.ac2
-rw-r--r--gpgme/gpgme.h2
3 files changed, 7 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 12e6863a..0fdcf8be 100644
--- a/NEWS
+++ b/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/configure.ac b/configure.ac
index 5f2f2e5f..ec667757 100644
--- a/configure.ac
+++ b/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, [[email protected]])
+AC_INIT(gpgme, 0.3.17-cvs, [[email protected]])
# LT Version numbers, remember to change them just *before* a release.
# (Code changed: REVISION++)
# (Interfaces added/removed/changed: CURRENT++, REVISION=0)
diff --git a/gpgme/gpgme.h b/gpgme/gpgme.h
index 194c3a6b..093e36a2 100644
--- a/gpgme/gpgme.h
+++ b/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. */