diff options
author | kan <kan@FreeBSD.org> | 2003-08-22 03:16:37 +0000 |
---|---|---|
committer | kan <kan@FreeBSD.org> | 2003-08-22 03:16:37 +0000 |
commit | f2194817182a2736f4956be8db7599cd8aa54275 (patch) | |
tree | ef0da605cb1cb4917fd7bc7ef75019c5af927fc6 /contrib/gcc | |
parent | 4b4244e098f9625eb7625df28b3b35a183cbcf7f (diff) | |
download | FreeBSD-src-f2194817182a2736f4956be8db7599cd8aa54275.zip FreeBSD-src-f2194817182a2736f4956be8db7599cd8aa54275.tar.gz |
Merge FreeBSD modifications into gcc 3.3.1-release:
1.2 Localize the version string.
Diffstat (limited to 'contrib/gcc')
-rw-r--r-- | contrib/gcc/version.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/gcc/version.c b/contrib/gcc/version.c index 6083298..6899315 100644 --- a/contrib/gcc/version.c +++ b/contrib/gcc/version.c @@ -8,7 +8,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.1 [FreeBSD] 20030711 (prerelease)"; +const char version_string[] = "3.3.1 [FreeBSD]"; /* This is the location of the online document giving instructions for reporting bugs. If you distribute a modified version of GCC, |