diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2004-10-22 00:16:22 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2004-10-22 00:16:22 +0000 |
commit | b9d642b6d37ccd85f9d4c98c198a210ef1e59b72 (patch) | |
tree | f3ddffc6096fcae3d36d628b34c8195438b2bf30 /gcc/version.c | |
parent | 4d4cbc0e72d3af8cbb8fc848a8aeb926b3104d27 (diff) | |
download | gcc-b9d642b6d37ccd85f9d4c98c198a210ef1e59b72.zip gcc-b9d642b6d37ccd85f9d4c98c198a210ef1e59b72.tar.gz gcc-b9d642b6d37ccd85f9d4c98c198a210ef1e59b72.tar.bz2 |
Daily bump.
[[Split portion of a mixed commit.]]
From-SVN: r89419.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 3564577..db5d95b 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 20041021 (experimental)"; +const char version_string[] = "4.0.0 20041022 (experimental)"; /* This is the location of the online document giving instructions for reporting bugs. If you distribute a modified version of GCC, |