[svn] gpgme - r1384 - trunk

svn author marcus cvs at cvs.gnupg.org
Thu Jun 18 19:16:47 CEST 2009


Author: marcus
Date: 2009-06-18 19:16:47 +0200 (Thu, 18 Jun 2009)
New Revision: 1384

Modified:
   trunk/ChangeLog
   trunk/NEWS
   trunk/configure.ac
Log:
2009-06-18  Marcus Brinkmann  <marcus at g10code.de>

	* configure.ac (my_version): Set to 1.2.0.
	(LIBGPGME_LT_CURRENT, LIBGPGME_LT_AGE): Bump.
	(LIBGPGME_LT_REVISION): Reset.


Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2009-06-18 17:04:12 UTC (rev 1383)
+++ trunk/ChangeLog	2009-06-18 17:16:47 UTC (rev 1384)
@@ -1,3 +1,9 @@
+2009-06-18  Marcus Brinkmann  <marcus at g10code.de>
+
+	* configure.ac (my_version): Set to 1.2.0.
+	(LIBGPGME_LT_CURRENT, LIBGPGME_LT_AGE): Bump.
+	(LIBGPGME_LT_REVISION): Reset.
+
 2009-05-05  Marcus Brinkmann  <marcus at g10code.de>
 
 	* configure.ac: Add infrastructure for compile time check of

Modified: trunk/NEWS
===================================================================
--- trunk/NEWS	2009-06-18 17:04:12 UTC (rev 1383)
+++ trunk/NEWS	2009-06-18 17:16:47 UTC (rev 1384)
@@ -1,4 +1,4 @@
-Noteworthy changes in version 1.2.0 (unreleased)
+Noteworthy changes in version 1.2.0 (2009-06-18)
 ------------------------------------------------
 
  * New encryption flag GPGME_ENCRYPT_NO_ENCRYPT_TO to disable default

Modified: trunk/configure.ac
===================================================================
--- trunk/configure.ac	2009-06-18 17:04:12 UTC (rev 1383)
+++ trunk/configure.ac	2009-06-18 17:16:47 UTC (rev 1384)
@@ -31,8 +31,8 @@
 # specific feature can already be done under the assumption that the
 # SVN version is the most recent one in a branch.  To disable the SVN
 # version for the real release, set the my_issvn macro to no.
-m4_define(my_version, [1.1.9])
-m4_define(my_issvn, [yes])
+m4_define(my_version, [1.2.0])
+m4_define(my_issvn, [no])
 
 m4_define([svn_revision], m4_esyscmd([echo -n $( (svn info 2>/dev/null \
             || echo 'Revision: 0')|sed -n '/^Revision:/ {s/[^0-9]//gp;q;}')]))
@@ -47,11 +47,11 @@
 #   (Interfaces added:			AGE++)
 #   (Interfaces removed/changed:	AGE=0)
 #
-LIBGPGME_LT_CURRENT=17
+LIBGPGME_LT_CURRENT=18
 # Subtract 2 from this value if you want to make the LFS transition an
 # ABI break.  [Note to self: Remove this comment with the next regular break.]
-LIBGPGME_LT_AGE=6
-LIBGPGME_LT_REVISION=6
+LIBGPGME_LT_AGE=7
+LIBGPGME_LT_REVISION=0`
 
 # If the API is changed in an incompatible way: increment the next counter.
 GPGME_CONFIG_API_VERSION=1




More information about the Gnupg-commits mailing list