diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2004-02-15 00:16:17 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2004-02-15 00:16:17 +0000 |
commit | be812605bc1582e5706fc90854d4b90f19302202 (patch) | |
tree | 87994d3608bba52fdac22360a3b9965ad9c050a7 /gcc | |
parent | 6a30854a02e2e60b67e0d9497bc02369a856e682 (diff) | |
download | gcc-be812605bc1582e5706fc90854d4b90f19302202.zip gcc-be812605bc1582e5706fc90854d4b90f19302202.tar.gz gcc-be812605bc1582e5706fc90854d4b90f19302202.tar.bz2 |
Daily bump.
[[Split portion of a mixed commit.]]
From-SVN: r77835.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 05c24c4..dbfed25 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[] = "3.5.0 20040214 (experimental)"; +const char version_string[] = "3.5.0 20040215 (experimental)"; /* This is the location of the online document giving instructions for reporting bugs. If you distribute a modified version of GCC, |