Commit 79a76d65 by Mark Mitchell Committed by Mark Mitchell

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
parent a8e6c82a
2004-01-16 Mark Mitchell <mark@codesourcery.com>
* version.c (version_string): Change to 3.5.0.
* doc/include/gcc-common.texi (version-GCC): Likewise.
2004-01-16 Jan Hubicka <jh@suse.cz>
* i386.md (load_tp_di): Fix pasto.
......
......@@ -4,7 +4,7 @@
@c Common values used in the GCC manuals:
@set version-GCC 3.4.0
@set version-GCC 3.5.0
@c DEVELOPMENT is set to indicate an in-development version,
@c as compared to a release version. When making a release
......
......@@ -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,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment