[svn] ksba - r312 - trunk

svn author wk cvs at cvs.gnupg.org
Fri Jul 3 13:41:12 CEST 2009


Author: wk
Date: 2009-07-03 13:41:12 +0200 (Fri, 03 Jul 2009)
New Revision: 312

Modified:
   trunk/ChangeLog
   trunk/NEWS
   trunk/configure.ac
Log:
* configure.ac: Bump LT version to C17/A9/R7.  Unfortunately only
  after the release so to anticipate fixes by distributions.


Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2009-07-03 11:09:55 UTC (rev 311)
+++ trunk/ChangeLog	2009-07-03 11:41:12 UTC (rev 312)
@@ -1,5 +1,10 @@
 2009-07-03  Werner Koch  <wk at g10code.com>
 
+	* configure.ac: Bump LT version to C17/A9/R7.  Unfortunately only
+	after the release so to anticipate fixes by distributions.
+
+2009-07-03  Werner Koch  <wk at g10code.com>
+
 	Release 1.0.7.
 
 2009-06-05  Werner Koch  <wk at g10code.com>

Modified: trunk/NEWS
===================================================================
--- trunk/NEWS	2009-07-03 11:09:55 UTC (rev 311)
+++ trunk/NEWS	2009-07-03 11:41:12 UTC (rev 312)
@@ -1,3 +1,7 @@
+Noteworthy changes in version 1.0.8 (unreleased)
+------------------------------------------------
+
+
 Noteworthy changes in version 1.0.7 (2009-07-03)
 ------------------------------------------------
 

Modified: trunk/configure.ac
===================================================================
--- trunk/configure.ac	2009-07-03 11:09:55 UTC (rev 311)
+++ trunk/configure.ac	2009-07-03 11:41:12 UTC (rev 312)
@@ -24,8 +24,8 @@
 # Remember to change the version number immediately *after* a release.
 # Set my_issvn to "yes" for non-released code.  Remember to run an
 # "svn up" and "autogen.sh" right before creating a distribution.
-m4_define([my_version], [1.0.7])
-m4_define([my_issvn], [no])
+m4_define([my_version], [1.0.8])
+m4_define([my_issvn], [yes])
 
 m4_define([svn_revision], m4_esyscmd([printf "%d" $(svn info 2>/dev/null \
           | sed -n '/^Revision:/ s/[^0-9]//gp'|head -1)]))
@@ -40,7 +40,7 @@
 # Please remember to document interface changes in the NEWS file.
 LIBKSBA_LT_CURRENT=17
 LIBKSBA_LT_AGE=9
-LIBKSBA_LT_REVISION=6
+LIBKSBA_LT_REVISION=7
 #-------------------
 # If the API is changed in an incompatible way: increment the next counter.
 KSBA_CONFIG_API_VERSION=1




More information about the Gnupg-commits mailing list