diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2004-12-01 00:16:28 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2004-12-01 00:16:28 +0000 |
commit | 93e189ede46c364420065c6d9028bab37b3947e3 (patch) | |
tree | 3262ae932c8b803aba2de254c81f4238a845c0cd /gcc | |
parent | ea28b8f60fb4113053238a22a4d2c508f39710bb (diff) | |
download | gcc-93e189ede46c364420065c6d9028bab37b3947e3.zip gcc-93e189ede46c364420065c6d9028bab37b3947e3.tar.gz gcc-93e189ede46c364420065c6d9028bab37b3947e3.tar.bz2 |
Daily bump.
[[Split portion of a mixed commit.]]
From-SVN: r91547.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 9d3ae3e..8866d99 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 20041130 (experimental)"; +const char version_string[] = "4.0.0 20041201 (experimental)"; /* This is the location of the online document giving instructions for reporting bugs. If you distribute a modified version of GCC, |