diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2004-06-17 00:16:11 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2004-06-17 00:16:11 +0000 |
commit | 71da1d1913a2fcc0d4e7226974be30ee43de3ae3 (patch) | |
tree | eea1fb48fea0e3a4e4dafd3b7f6f50b02718440c /gcc | |
parent | b767fc11d8fc76782a969535772caf9f6df95d68 (diff) | |
download | gcc-71da1d1913a2fcc0d4e7226974be30ee43de3ae3.zip gcc-71da1d1913a2fcc0d4e7226974be30ee43de3ae3.tar.gz gcc-71da1d1913a2fcc0d4e7226974be30ee43de3ae3.tar.bz2 |
Daily bump.
[[Split portion of a mixed commit.]]
From-SVN: r83277.2
Diffstat (limited to 'gcc')
-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 8e0c6e3..e574a08 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 20040616 (experimental)"; +const char version_string[] = "3.5.0 20040617 (experimental)"; /* This is the location of the online document giving instructions for reporting bugs. If you distribute a modified version of GCC, |