diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2004-11-29 00:17:06 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2004-11-29 00:17:06 +0000 |
commit | d97aeb4829f9453a54bc5b06b2d84f9c87a9f8b0 (patch) | |
tree | 41f321cd6877671bbb6743fb472e567a83694956 /gcc | |
parent | 09e293df1df55a91388636bccc2f6ea7865844b0 (diff) | |
download | gcc-d97aeb4829f9453a54bc5b06b2d84f9c87a9f8b0.zip gcc-d97aeb4829f9453a54bc5b06b2d84f9c87a9f8b0.tar.gz gcc-d97aeb4829f9453a54bc5b06b2d84f9c87a9f8b0.tar.bz2 |
Daily bump.
[[Split portion of a mixed commit.]]
From-SVN: r91440.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 b34595b..0650b2e 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 20041128 (experimental)"; +const char version_string[] = "4.0.0 20041129 (experimental)"; /* This is the location of the online document giving instructions for reporting bugs. If you distribute a modified version of GCC, |