This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: SC decision on version numbering: 4.0


On Sep 9, 2004, at 11:41 AM, Per Bothner wrote:
The Steering Committee has decided that the the version number of
the next mainline-based tree-ssa-based release should be "4.0".
Some people preferred 3.95, but most preferred 4.0, finding
Robert Dewar's (http://gcc.gnu.org/ml/gcc/2004-08/msg01480.html)
argument compelling.

Normally, I would just check this in... but today, I shall ask for approval...



Ok?



Index: version.c =================================================================== RCS file: /cvs/gcc/gcc/gcc/version.c,v retrieving revision 1.2449 diff -u -p -u -r1.2449 version.c --- version.c 9 Sep 2004 00:16:14 -0000 1.2449 +++ version.c 9 Sep 2004 21:27:10 -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[] = "3.5.0 20040909 (experimental)";
+const char version_string[] = "4.0.0 20040909 (experimental)";

 /* This is the location of the online document giving instructions for
    reporting bugs.  If you distribute a modified version of GCC,


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]