Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/gnu/dist/gcc/gcc change the "long" version from "3.3.2-nb1" ...



details:   https://anonhg.NetBSD.org/src/rev/d658e54fe69d
branches:  trunk
changeset: 554380:d658e54fe69d
user:      mrg <mrg%NetBSD.org@localhost>
date:      Mon Oct 27 16:42:33 2003 +0000

description:
change the "long" version from "3.3.2-nb1" to "3.3.2 (NetBSD nb1 20031026)"
which is more inline with what we used previously.

diffstat:

 gnu/dist/gcc/gcc/version.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r c2aa03f39497 -r d658e54fe69d gnu/dist/gcc/gcc/version.c
--- a/gnu/dist/gcc/gcc/version.c        Mon Oct 27 16:36:19 2003 +0000
+++ b/gnu/dist/gcc/gcc/version.c        Mon Oct 27 16:42:33 2003 +0000
@@ -6,7 +6,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.3.2-nb1";
+const char version_string[] = "3.3.2 (NetBSD nb1 20031026)";
 
 /* This is the location of the online document giving instructions for
    reporting bugs.  If you distribute a modified version of GCC,



Home | Main Index | Thread Index | Old Index