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

svn author wk cvs at cvs.gnupg.org
Wed Mar 26 19:37:30 CET 2008


Author: wk
Date: 2008-03-26 19:37:29 +0100 (Wed, 26 Mar 2008)
New Revision: 4727

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


Modified: branches/STABLE-BRANCH-1-4/NEWS
===================================================================
--- branches/STABLE-BRANCH-1-4/NEWS	2008-03-26 18:15:36 UTC (rev 4726)
+++ branches/STABLE-BRANCH-1-4/NEWS	2008-03-26 18:37:29 UTC (rev 4727)
@@ -1,3 +1,8 @@
+Noteworthy changes in version 1.4.10 (unreleased)
+-------------------------------------------------
+
+
+
 Noteworthy changes in version 1.4.9 (2008-03-26)
 ------------------------------------------------
 

Modified: branches/STABLE-BRANCH-1-4/configure.ac
===================================================================
--- branches/STABLE-BRANCH-1-4/configure.ac	2008-03-26 18:15:36 UTC (rev 4726)
+++ branches/STABLE-BRANCH-1-4/configure.ac	2008-03-26 18:37:29 UTC (rev 4727)
@@ -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.9])
-m4_define([my_issvn], [no])
+m4_define([my_version], [1.4.10])
+m4_define([my_issvn], [yes])
 
 m4_define([svn_revision], m4_esyscmd([echo $((svn info 2>/dev/null \
           || echo 'Revision: 0')|sed -n '/^Revision:/ s/[^0-9]//gp'|head -1)| \




More information about the Gnupg-commits mailing list