diff options
author | kan <kan@FreeBSD.org> | 2004-07-28 04:27:06 +0000 |
---|---|---|
committer | kan <kan@FreeBSD.org> | 2004-07-28 04:27:06 +0000 |
commit | 57c77b7632c5ee74192bc3e00fdf61526f20bf23 (patch) | |
tree | a3df3c24f7cd90910ec9154b907c20614daaa4bc /contrib/gcc | |
parent | 3f0662d51df14bed6d8fb5c0f78720f540f15357 (diff) | |
download | FreeBSD-src-57c77b7632c5ee74192bc3e00fdf61526f20bf23.zip FreeBSD-src-57c77b7632c5ee74192bc3e00fdf61526f20bf23.tar.gz |
Merge FreeBSD modifications into gcc 3.4.2-prerelease:
1.2 Localize the version string.
Diffstat (limited to 'contrib/gcc')
-rw-r--r-- | contrib/gcc/version.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/contrib/gcc/version.c b/contrib/gcc/version.c index 6992538..24f5452 100644 --- a/contrib/gcc/version.c +++ b/contrib/gcc/version.c @@ -1,6 +1,4 @@ /* $FreeBSD$ */ - -#include "ansidecl.h" #include "version.h" /* This is the string reported as the version number by all components @@ -8,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.3 [FreeBSD] 20031106"; +const char version_string[] = "3.4.2 [FreeBSD] 20040728"; /* This is the location of the online document giving instructions for reporting bugs. If you distribute a modified version of GCC, |