diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2004-06-28 00:16:10 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2004-06-28 00:16:10 +0000 |
commit | f016316ec45433550c0cce0d4a8118b7e5d7427c (patch) | |
tree | 75f5ba59fc7509a3602fe9aefb1e390c32f14873 | |
parent | fb76eeb0c90767fc620a566cd83a85b17eb90fbd (diff) | |
download | gcc-f016316ec45433550c0cce0d4a8118b7e5d7427c.zip gcc-f016316ec45433550c0cce0d4a8118b7e5d7427c.tar.gz gcc-f016316ec45433550c0cce0d4a8118b7e5d7427c.tar.bz2 |
Daily bump.
[[Split portion of a mixed commit.]]
From-SVN: r83754.2
-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 4763a1e..eaea48f 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.5.0 20040627 (experimental)"; +const char version_string[] = "3.5.0 20040628 (experimental)"; /* This is the location of the online document giving instructions for reporting bugs. If you distribute a modified version of GCC, |