diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2004-11-26 00:16:13 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2004-11-26 00:16:13 +0000 |
commit | 040ffc0ec087925980e1611d249d8ac84a086d84 (patch) | |
tree | 40741f0d1b823c6e7d4f34c236dbf315a98b27dd /gcc | |
parent | 03c8e7dda7eb1b7e1e9794c3797701c0d55c85f7 (diff) | |
download | gcc-040ffc0ec087925980e1611d249d8ac84a086d84.zip gcc-040ffc0ec087925980e1611d249d8ac84a086d84.tar.gz gcc-040ffc0ec087925980e1611d249d8ac84a086d84.tar.bz2 |
Daily bump.
[[Split portion of a mixed commit.]]
From-SVN: r91311.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 1156cee..81366f9 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 20041125 (experimental)"; +const char version_string[] = "4.0.0 20041126 (experimental)"; /* This is the location of the online document giving instructions for reporting bugs. If you distribute a modified version of GCC, |