diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2004-07-27 00:16:20 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2004-07-27 00:16:20 +0000 |
commit | 764c35da02fb91d14cea74fcf2eda6851059b5d7 (patch) | |
tree | f5b8a8260a5a2f81cfa5b0a604f7cb42dcad08c6 /gcc | |
parent | 21db37858ed80827b0216b626b4e8986a2b9d425 (diff) | |
download | gcc-764c35da02fb91d14cea74fcf2eda6851059b5d7.zip gcc-764c35da02fb91d14cea74fcf2eda6851059b5d7.tar.gz gcc-764c35da02fb91d14cea74fcf2eda6851059b5d7.tar.bz2 |
Daily bump.
From-SVN: r85212
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 15631f5..83a2035 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 20040726 (experimental)"; +const char version_string[] = "3.5.0 20040727 (experimental)"; /* This is the location of the online document giving instructions for reporting bugs. If you distribute a modified version of GCC, |