summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkan <kan@FreeBSD.org>2005-06-03 03:52:25 +0000
committerkan <kan@FreeBSD.org>2005-06-03 03:52:25 +0000
commitff647fd5f2288c34f81130b9002d20a025a5a388 (patch)
tree62d21bc5aeee030e2046ec5d540f712fabb2fe3e
parentf8dd8336e3484d2d7f4887c5583585521dd055d0 (diff)
downloadFreeBSD-src-ff647fd5f2288c34f81130b9002d20a025a5a388.zip
FreeBSD-src-ff647fd5f2288c34f81130b9002d20a025a5a388.tar.gz
Localize GCC version string for FreeBSD.
-rw-r--r--contrib/gcc/version.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/gcc/version.c b/contrib/gcc/version.c
index 24f5452..00f84e6 100644
--- a/contrib/gcc/version.c
+++ b/contrib/gcc/version.c
@@ -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.4.2 [FreeBSD] 20040728";
+const char version_string[] = "3.4.4 [FreeBSD] 20050518";
/* This is the location of the online document giving instructions for
reporting bugs. If you distribute a modified version of GCC,
OpenPOWER on IntegriCloud