[svn] gpgme - r1116 - in trunk: . gpgme

svn author marcus cvs at cvs.gnupg.org
Sat Oct 1 23:58:34 CEST 2005


Author: marcus
Date: 2005-10-01 23:58:29 +0200 (Sat, 01 Oct 2005)
New Revision: 1116

Modified:
   trunk/NEWS
   trunk/configure.ac
   trunk/gpgme/gpgme.h
Log:
Post-release fixup.

Modified: trunk/NEWS
===================================================================
--- trunk/NEWS	2005-10-01 21:49:24 UTC (rev 1115)
+++ trunk/NEWS	2005-10-01 21:58:29 UTC (rev 1116)
@@ -1,3 +1,14 @@
+Noteworthy changes in version 1.x.y (unreleased)
+------------------------------------------------
+
+ * bla bla bla ...
+
+ * Interface changes relative to the 1.0.3 release:
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+something			changed
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+
 Noteworthy changes in version 1.1.0 (2005-10-01)
 ------------------------------------------------
 

Modified: trunk/configure.ac
===================================================================
--- trunk/configure.ac	2005-10-01 21:49:24 UTC (rev 1115)
+++ trunk/configure.ac	2005-10-01 21:58:29 UTC (rev 1116)
@@ -24,7 +24,7 @@
 min_automake_version="1.9.3"
 
 # Version number: Remember to change it immediately *after* a release.
-AC_INIT(gpgme, 1.1.0, [bug-gpgme at gnupg.org])
+AC_INIT(gpgme, 1.2.0-cvs, [bug-gpgme at gnupg.org])
 # LT Version numbers, remember to change them just *before* a release.
 #   (Code changed:			REVISION++)
 #   (Interfaces added/removed/changed:	CURRENT++, REVISION=0)

Modified: trunk/gpgme/gpgme.h
===================================================================
--- trunk/gpgme/gpgme.h	2005-10-01 21:49:24 UTC (rev 1115)
+++ trunk/gpgme/gpgme.h	2005-10-01 21:58:29 UTC (rev 1116)
@@ -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.0"
+#define GPGME_VERSION "1.2.0-cvs"
 
 
 




More information about the Gnupg-commits mailing list