version numbers 3.4 or 3.4.0?
Gabriel Dos Reis
gdr@integrable-solutions.net
Wed Dec 17 23:51:00 GMT 2003
Dara Hazeghi <dhazeghi@yahoo.com> writes:
| Hello,
|
| there was a discussion back in October
| <http://gcc.gnu.org/ml/gcc/2003-10/msg00287.html>
| about moving to x.y.0 release numbers for 3.4 in the
| name of uniformity and simplicity. To date there have
| been no objections, but the change has not been made.
My recollection is that many people have been in favor of x.y.0,
and our RM does not object, and the only thing that remains is to send
a patch like this one.
-- Gaby
Index: ChangeLog
===================================================================
RCS file: /cvs/gcc/gcc/gcc/ChangeLog,v
retrieving revision 2.2024
diff -p -r2.2024 ChangeLog
*** ChangeLog 17 Dec 2003 22:04:25 -0000 2.2024
--- ChangeLog 17 Dec 2003 23:14:49 -0000
***************
*** 1,3 ****
--- 1,7 ----
+ 2003-12-18 <gcc@integrable-solutions.net>
+
+ * version.c (version_string): Number as 3.4.0
+
2003-12-16 Geoffrey Keating <geoffk@apple.com>
PR 12480
Index: version.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/version.c,v
retrieving revision 1.2181
diff -p -r1.2181 version.c
*** version.c 17 Dec 2003 00:16:09 -0000 1.2181
--- version.c 17 Dec 2003 23:14:49 -0000
***************
*** 5,11 ****
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.4 20031217 (experimental)";
/* This is the location of the online document giving instructions for
reporting bugs. If you distribute a modified version of GCC,
--- 5,11 ----
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.4.0 20031217 (experimental)";
/* 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
mailing list