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

svn author dshaw cvs at cvs.gnupg.org
Thu Mar 6 18:19:35 CET 2008


Author: dshaw
Date: 2008-03-06 18:19:34 +0100 (Thu, 06 Mar 2008)
New Revision: 4703

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


Modified: branches/STABLE-BRANCH-1-4/ChangeLog
===================================================================
--- branches/STABLE-BRANCH-1-4/ChangeLog	2008-03-05 10:08:10 UTC (rev 4702)
+++ branches/STABLE-BRANCH-1-4/ChangeLog	2008-03-06 17:19:34 UTC (rev 4703)
@@ -1,3 +1,7 @@
+2008-03-06  David Shaw  <dshaw at jabberwocky.com>
+
+	* configure.ac: Post-release update.
+
 2007-12-20  Werner Koch  <wk at g10code.com>
 
 	Released 1.4.8.

Modified: branches/STABLE-BRANCH-1-4/configure.ac
===================================================================
--- branches/STABLE-BRANCH-1-4/configure.ac	2008-03-05 10:08:10 UTC (rev 4702)
+++ branches/STABLE-BRANCH-1-4/configure.ac	2008-03-06 17:19:34 UTC (rev 4703)
@@ -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.8])
-m4_define([my_issvn], [no])
+m4_define([my_version], [1.4.9rc1])
+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