[svn] GnuPG - r5452 - branches/STABLE-BRANCH-1-4

svn author wk cvs at cvs.gnupg.org
Mon Oct 18 12:28:59 CEST 2010


Author: wk
Date: 2010-10-18 12:28:58 +0200 (Mon, 18 Oct 2010)
New Revision: 5452

Modified:
   branches/STABLE-BRANCH-1-4/NEWS
   branches/STABLE-BRANCH-1-4/configure.ac
Log:
Post release updates


Modified: branches/STABLE-BRANCH-1-4/NEWS
===================================================================
--- branches/STABLE-BRANCH-1-4/NEWS	2010-10-18 10:19:39 UTC (rev 5451)
+++ branches/STABLE-BRANCH-1-4/NEWS	2010-10-18 10:28:58 UTC (rev 5452)
@@ -1,3 +1,8 @@
+Noteworthy changes in version 1.4.12 (unreleased)
+-------------------------------------------------
+
+
+
 Noteworthy changes in version 1.4.11 (2010-10-18)
 -------------------------------------------------
 

Modified: branches/STABLE-BRANCH-1-4/configure.ac
===================================================================
--- branches/STABLE-BRANCH-1-4/configure.ac	2010-10-18 10:19:39 UTC (rev 5451)
+++ branches/STABLE-BRANCH-1-4/configure.ac	2010-10-18 10:28:58 UTC (rev 5452)
@@ -25,8 +25,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 --force" right before creating a distribution.
-m4_define([my_version], [1.4.11])
-m4_define([my_issvn], [no])
+m4_define([my_version], [1.4.12])
+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)]))
 AC_INIT([gnupg], 





More information about the Gnupg-commits mailing list