diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2004-06-04 00:16:11 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2004-06-04 00:16:11 +0000 |
commit | 6f0032a3f70f373ea8e81627560d94d36ff4daef (patch) | |
tree | 935e704214145bf3228fc88c55883fd3f0d55a08 | |
parent | d6f3f2616f18370f0c5b0fd186f9e06f191c778e (diff) | |
download | gcc-6f0032a3f70f373ea8e81627560d94d36ff4daef.zip gcc-6f0032a3f70f373ea8e81627560d94d36ff4daef.tar.gz gcc-6f0032a3f70f373ea8e81627560d94d36ff4daef.tar.bz2 |
Daily bump.
[[Split portion of a mixed commit.]]
From-SVN: r82615.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 9440d0b..6b3a319 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 20040603 (experimental)"; +const char version_string[] = "3.5.0 20040604 (experimental)"; /* This is the location of the online document giving instructions for reporting bugs. If you distribute a modified version of GCC, |