[svn] gpgme - r1213 - in trunk: . gpgme
svn author wk
cvs at cvs.gnupg.org
Mon Mar 5 12:18:48 CET 2007
Author: wk
Date: 2007-03-05 12:18:47 +0100 (Mon, 05 Mar 2007)
New Revision: 1213
Modified:
trunk/NEWS
trunk/configure.ac
trunk/gpgme/gpgme.h
Log:
Post release updates
Modified: trunk/NEWS
===================================================================
--- trunk/NEWS 2007-03-05 11:15:57 UTC (rev 1212)
+++ trunk/NEWS 2007-03-05 11:18:47 UTC (rev 1213)
@@ -1,3 +1,7 @@
+Noteworthy changes in version 1.1.5 (unreleased)
+------------------------------------------------
+
+
Noteworthy changes in version 1.1.4 (2007-03-05)
------------------------------------------------
Modified: trunk/configure.ac
===================================================================
--- trunk/configure.ac 2007-03-05 11:15:57 UTC (rev 1212)
+++ trunk/configure.ac 2007-03-05 11:18:47 UTC (rev 1213)
@@ -36,8 +36,8 @@
# for snapshot releases please do an "svn up" right before recreating
# the configure script, so that a proper revision number for all files
# is available when running a "make distcheck".
-m4_define(my_version, [1.1.4])
-#m4_define(my_iscvs, yes)
+m4_define(my_version, [1.1.5])
+m4_define(my_iscvs, yes)
AC_INIT([gpgme], my_version[]m4_ifdef([my_iscvs], [-cvs[]m4_translit(
[$Revision$],[Ra-z $:])]),
[bug-gpgme at gnupg.org])
Modified: trunk/gpgme/gpgme.h
===================================================================
--- trunk/gpgme/gpgme.h 2007-03-05 11:15:57 UTC (rev 1212)
+++ trunk/gpgme/gpgme.h 2007-03-05 11:18:47 UTC (rev 1213)
@@ -72,7 +72,7 @@
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 "1.1.3"
+#define GPGME_VERSION "1.1.4"
More information about the Gnupg-commits
mailing list