diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2004-10-13 00:16:40 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2004-10-13 00:16:40 +0000 |
commit | 194dd0a1cadeb3a6bcfca03932b910d1124a4b5c (patch) | |
tree | 7bd1b03109eb8a0b348edb10c356e1ac85f3786d | |
parent | a3186d4e6000224e2eee485c4e47145528c6ece1 (diff) | |
download | gcc-194dd0a1cadeb3a6bcfca03932b910d1124a4b5c.zip gcc-194dd0a1cadeb3a6bcfca03932b910d1124a4b5c.tar.gz gcc-194dd0a1cadeb3a6bcfca03932b910d1124a4b5c.tar.bz2 |
Daily bump.
[[Split portion of a mixed commit.]]
From-SVN: r88958.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 b20bf2e..38453bc 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[] = "4.0.0 20041012 (experimental)"; +const char version_string[] = "4.0.0 20041013 (experimental)"; /* This is the location of the online document giving instructions for reporting bugs. If you distribute a modified version of GCC, |