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