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

svn author marcus cvs at cvs.gnupg.org
Sat Oct 1 23:31:24 CEST 2005


Author: marcus
Date: 2005-10-01 23:31:24 +0200 (Sat, 01 Oct 2005)
New Revision: 1113

Modified:
   trunk/ChangeLog
   trunk/NEWS
   trunk/configure.ac
   trunk/gpgme/gpgme.h
Log:
2005-10-01  Marcus Brinkmann  <marcus at g10code.de>

	Released 1.1.0.

	* configure.ac (LIBGPGME_LT_CURRENT, LIBGPGME_LT_AGE): Bump for
	release.
	(LIBGPGME_LT_REVISION): Reset to 0 for release.


Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2005-10-01 21:02:48 UTC (rev 1112)
+++ trunk/ChangeLog	2005-10-01 21:31:24 UTC (rev 1113)
@@ -1,3 +1,11 @@
+2005-10-01  Marcus Brinkmann  <marcus at g10code.de>
+
+	Released 1.1.0.
+
+	* configure.ac (LIBGPGME_LT_CURRENT, LIBGPGME_LT_AGE): Bump for
+	release.
+	(LIBGPGME_LT_REVISION): Reset to 0 for release.
+
 2005-09-12  Marcus Brinkmann  <marcus at g10code.de>
 
 	* configure.ac (HAVE_PTH): Don't add $PTH_CFLAGS to $CFLAGS here.

Modified: trunk/NEWS
===================================================================
--- trunk/NEWS	2005-10-01 21:02:48 UTC (rev 1112)
+++ trunk/NEWS	2005-10-01 21:31:24 UTC (rev 1113)
@@ -1,4 +1,4 @@
-Noteworthy changes in version 1.1.0 (unreleased)
+Noteworthy changes in version 1.1.0 (2005-10-01)
 ------------------------------------------------
 
  * You can now configure the backend engine file name and home
@@ -1115,7 +1115,7 @@
  * Made the W32 support more robust.
 
 
- Copyright 2001, 2002, 2003, 2004 g10 Code GmbH
+ Copyright 2001, 2002, 2003, 2004, 2005 g10 Code GmbH
 
  This file is free software; as a special exception the author gives
  unlimited permission to copy and/or distribute it, with or without

Modified: trunk/configure.ac
===================================================================
--- trunk/configure.ac	2005-10-01 21:02:48 UTC (rev 1112)
+++ trunk/configure.ac	2005-10-01 21:31:24 UTC (rev 1113)
@@ -24,18 +24,18 @@
 min_automake_version="1.9.3"
 
 # Version number: Remember to change it immediately *after* a release.
-AC_INIT(gpgme, 1.1.0-cvs, [bug-gpgme at gnupg.org])
+AC_INIT(gpgme, 1.1.0, [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)
 #   (Interfaces added:			AGE++)
 #   (Interfaces removed/changed:	AGE=0)
 #
-LIBGPGME_LT_CURRENT=14
+LIBGPGME_LT_CURRENT=16
 # 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=3
-LIBGPGME_LT_REVISION=3
+LIBGPGME_LT_AGE=5
+LIBGPGME_LT_REVISION=0
 
 # If the API is changed in an incompatible way: increment the next counter.
 GPGME_CONFIG_API_VERSION=1

Modified: trunk/gpgme/gpgme.h
===================================================================
--- trunk/gpgme/gpgme.h	2005-10-01 21:02:48 UTC (rev 1112)
+++ trunk/gpgme/gpgme.h	2005-10-01 21:31:24 UTC (rev 1113)
@@ -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-cvs"
+#define GPGME_VERSION "1.1.0"
 
 
 




More information about the Gnupg-commits mailing list