diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2004-07-03 00:16:10 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2004-07-03 00:16:10 +0000 |
commit | 9ee80d3ccd1c6f8d4b92bb655872544530a7a7e1 (patch) | |
tree | 1cb7358809b40f410785d870caa77b146552ad11 /gcc/version.c | |
parent | 82c8274320fcfdf2ce27d26c017a4d9d9cafa4b1 (diff) | |
download | gcc-9ee80d3ccd1c6f8d4b92bb655872544530a7a7e1.zip gcc-9ee80d3ccd1c6f8d4b92bb655872544530a7a7e1.tar.gz gcc-9ee80d3ccd1c6f8d4b92bb655872544530a7a7e1.tar.bz2 |
Daily bump.
[[Split portion of a mixed commit.]]
From-SVN: r84038.2
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 3d7a9ce..70bf43f 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 20040702 (experimental)"; +const char version_string[] = "3.5.0 20040703 (experimental)"; /* This is the location of the online document giving instructions for reporting bugs. If you distribute a modified version of GCC, |