diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2004-11-16 00:16:19 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2004-11-16 00:16:19 +0000 |
commit | 8b5e75636ed46e5f3297e82a14d0bd1a1102cbba (patch) | |
tree | eafe5390c29d25b3d6e06398ec5c77111af88cc8 /gcc/version.c | |
parent | 8e731e4e6c726902636988784d45e79183f7dcc4 (diff) | |
download | gcc-8b5e75636ed46e5f3297e82a14d0bd1a1102cbba.zip gcc-8b5e75636ed46e5f3297e82a14d0bd1a1102cbba.tar.gz gcc-8b5e75636ed46e5f3297e82a14d0bd1a1102cbba.tar.bz2 |
Daily bump.
[[Split portion of a mixed commit.]]
From-SVN: r90706.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 6be2dd2..85a581a 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 20041115 (experimental)"; +const char version_string[] = "4.0.0 20041116 (experimental)"; /* This is the location of the online document giving instructions for reporting bugs. If you distribute a modified version of GCC, |