diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2004-11-28 00:16:17 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2004-11-28 00:16:17 +0000 |
commit | 0c1e33969b8f0fdae4f8abc392428071d2d23f0d (patch) | |
tree | eb44bad91bca2ec3b630a3372e465582c36bf33d | |
parent | 203f344c3dc29789cd6d2f57f34c10b05860c239 (diff) | |
download | gcc-0c1e33969b8f0fdae4f8abc392428071d2d23f0d.zip gcc-0c1e33969b8f0fdae4f8abc392428071d2d23f0d.tar.gz gcc-0c1e33969b8f0fdae4f8abc392428071d2d23f0d.tar.bz2 |
Daily bump.
[[Split portion of a mixed commit.]]
From-SVN: r91402.2
-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 5da74c2..b34595b 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 20041127 (experimental)"; +const char version_string[] = "4.0.0 20041128 (experimental)"; /* This is the location of the online document giving instructions for reporting bugs. If you distribute a modified version of GCC, |