diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2004-10-10 00:16:10 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2004-10-10 00:16:10 +0000 |
commit | 5c24f1f570a75fa811479a131dc07c121a83e0e8 (patch) | |
tree | af8b5517cd44d2e0ae3d868058e3a710f14f189c /gcc/version.c | |
parent | fbc0150dbc66f29c8f7623fc20cbd6a1eda3a4c8 (diff) | |
download | gcc-5c24f1f570a75fa811479a131dc07c121a83e0e8.zip gcc-5c24f1f570a75fa811479a131dc07c121a83e0e8.tar.gz gcc-5c24f1f570a75fa811479a131dc07c121a83e0e8.tar.bz2 |
Daily bump.
[[Split portion of a mixed commit.]]
From-SVN: r88831.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 ee1a00b..159a692 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 20041009 (experimental)"; +const char version_string[] = "4.0.0 20041010 (experimental)"; /* This is the location of the online document giving instructions for reporting bugs. If you distribute a modified version of GCC, |