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

svn author wk cvs at cvs.gnupg.org
Mon Mar 5 11:46:34 CET 2007


Author: wk
Date: 2007-03-05 11:46:33 +0100 (Mon, 05 Mar 2007)
New Revision: 4443

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


Modified: branches/STABLE-BRANCH-1-4/NEWS
===================================================================
--- branches/STABLE-BRANCH-1-4/NEWS	2007-03-05 10:41:03 UTC (rev 4442)
+++ branches/STABLE-BRANCH-1-4/NEWS	2007-03-05 10:46:33 UTC (rev 4443)
@@ -1,3 +1,7 @@
+Noteworthy changes in version 1.4.8 (unreleased)
+------------------------------------------------
+
+
 Noteworthy changes in version 1.4.7 (2007-03-05)
 ------------------------------------------------
 

Modified: branches/STABLE-BRANCH-1-4/configure.ac
===================================================================
--- branches/STABLE-BRANCH-1-4/configure.ac	2007-03-05 10:41:03 UTC (rev 4442)
+++ branches/STABLE-BRANCH-1-4/configure.ac	2007-03-05 10:46:33 UTC (rev 4443)
@@ -27,8 +27,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.4.7])
-m4_define([my_issvn], [no])
+m4_define([my_version], [1.4.8])
+m4_define([my_issvn], [yes])
 
 m4_define([svn_revision], m4_esyscmd([echo -n $((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