Merge FreeBSD modifications into gcc 3.4.2-prerelease:

1.2   Localize the version string.
This commit is contained in:
Alexander Kabaev 2004-07-28 04:27:06 +00:00
parent c123cd5f1d
commit 6a664e83d1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=132736

View File

@ -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,