diff options
author | Mark Mitchell <mark@codesourcery.com> | 2004-01-16 19:41:35 +0000 |
---|---|---|
committer | Mark Mitchell <mmitchel@gcc.gnu.org> | 2004-01-16 19:41:35 +0000 |
commit | 79a76d653a725b128f216aaf5972c02609d58b95 (patch) | |
tree | c8a8faa5aeb9e4a3c0bf0922b9659cac05a36d8e /gcc/version.c | |
parent | a8e6c82ab09c4c7a8490bc3861049b1941b84c75 (diff) | |
download | gcc-79a76d653a725b128f216aaf5972c02609d58b95.zip gcc-79a76d653a725b128f216aaf5972c02609d58b95.tar.gz gcc-79a76d653a725b128f216aaf5972c02609d58b95.tar.bz2 |
version.c (version_string): Change to 3.5.0.
* version.c (version_string): Change to 3.5.0.
* doc/include/gcc-common.texi (version-GCC): Likewise.
From-SVN: r75992
Diffstat (limited to 'gcc/version.c')
-rw-r--r-- | gcc/version.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/version.c b/gcc/version.c index 4530317..2bd5b29 100644 --- a/gcc/version.c +++ b/gcc/version.c @@ -5,7 +5,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.0 20040116 (experimental)"; +const char version_string[] = "3.5.0 20040116 (experimental)"; /* This is the location of the online document giving instructions for reporting bugs. If you distribute a modified version of GCC, |