aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2002-12-04 14:01:41 +0000
committerWerner Koch <[email protected]>2002-12-04 14:01:41 +0000
commitd48190077709d70ee8ab4dd893d1063cadfc09a9 (patch)
tree45d94f96af339c651453fe6e2cdb630041cc88f6
parent* gpgsm/Makefile.am (./gpgsm.conf): Use a faked system time (diff)
downloadgpgme-d48190077709d70ee8ab4dd893d1063cadfc09a9.tar.gz
gpgme-d48190077709d70ee8ab4dd893d1063cadfc09a9.zip
post-release version number bump.
-rw-r--r--NEWS4
-rw-r--r--configure.ac2
2 files changed, 5 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 0c3b937d..89195113 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+Noteworthy changes in version 0.3.15 (unreleased)
+-------------------------------------------------
+
+
Noteworthy changes in version 0.3.14 (2002-12-04)
-------------------------------------------------
diff --git a/configure.ac b/configure.ac
index c20cb809..e266f51f 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.14, [[email protected]])
+AC_INIT(gpgme, 0.3.15-cvs, [[email protected]])
# LT Version numbers, remember to change them just *before* a release.
# (Code changed: REVISION++)
# (Interfaces added/removed/changed: CURRENT++, REVISION=0)