diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2004-11-08 00:16:10 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2004-11-08 00:16:10 +0000 |
commit | c167992a3c8c01023583dd6c43d4f345919ef27c (patch) | |
tree | 22a0e5feb20a74526cdc099dbcc5da4bfce999b6 /gcc | |
parent | 68c70f15dac5ce1742688fd3aeb707d69fc66787 (diff) | |
download | gcc-c167992a3c8c01023583dd6c43d4f345919ef27c.zip gcc-c167992a3c8c01023583dd6c43d4f345919ef27c.tar.gz gcc-c167992a3c8c01023583dd6c43d4f345919ef27c.tar.bz2 |
Daily bump.
[[Split portion of a mixed commit.]]
From-SVN: r90248.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 f1cfccb..ec7e49e 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 20041107 (experimental)"; +const char version_string[] = "4.0.0 20041108 (experimental)"; /* This is the location of the online document giving instructions for reporting bugs. If you distribute a modified version of GCC, |