Automatically update version_string for autovect-branch

Sebastian Pop sebastian.pop@cri.ensmp.fr
Thu Dec 30 20:17:00 GMT 2004


Hello,

The following patches make the version_string of autovect-branch to be
automatically updated.  Are these two patches okay?

	* update_version (ADD_BRANCHES): Replace lno-branch with 
	autovect-branch.

in autovect-branch:

	* version.c (version_string): Automatically update the name of 
	the branch.


Index: update_version
===================================================================
RCS file: /cvs/gcc/gcc/maintainer-scripts/update_version,v
retrieving revision 1.14
diff -d -u -p -r1.14 update_version
--- update_version	13 May 2004 08:59:23 -0000	1.14
+++ update_version	30 Dec 2004 19:13:17 -0000
@@ -7,7 +7,7 @@
 
 CVSROOT=${CVSROOT:-/cvs/gcc}
 IGNORE_BRANCHES='gcc-(2_95|3_0|3_1|3_2)-branch'
-ADD_BRANCHES='HEAD lno-branch'
+ADD_BRANCHES='HEAD autovect-branch'
 
 # Run this from /tmp.
 export CVSROOT



Index: version.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/version.c,v
retrieving revision 1.2512.2.1
diff -d -u -p -r1.2512.2.1 version.c
--- version.c	14 Dec 2004 08:46:25 -0000	1.2512.2.1
+++ version.c	30 Dec 2004 19:12:31 -0000
@@ -5,7 +5,7 @@
    please modify this string to indicate that, e.g. by putting your
    organization's name in parentheses at the end of the string.  */
 
-const char version_string[] = "4.0.0 20041213 (experimental)";
+const char version_string[] = "4.0.0-autovect 20041230 (autovect-merge-20041213)";
 
 /* This is the location of the online document giving instructions for
    reporting bugs.  If you distribute a modified version of GCC,



More information about the Gcc-patches mailing list