diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2003-10-17 00:16:06 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2003-10-17 00:16:06 +0000 |
commit | 6dd3d16c5a288d2ce4c22dc7f19657ddcde76273 (patch) | |
tree | 1c5d55e58952696c2d55fd9a147bbf92f45557e1 | |
parent | fb68dabb1984c2c5ae8c69702a4628cbd5da63a9 (diff) | |
download | gcc-6dd3d16c5a288d2ce4c22dc7f19657ddcde76273.zip gcc-6dd3d16c5a288d2ce4c22dc7f19657ddcde76273.tar.gz gcc-6dd3d16c5a288d2ce4c22dc7f19657ddcde76273.tar.bz2 |
Daily bump.
[[Split portion of a mixed commit.]]
From-SVN: r72586.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 7838aff..a99f472 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.4 20031016 (experimental)"; +const char version_string[] = "3.4 20031017 (experimental)"; /* This is the location of the online document giving instructions for reporting bugs. If you distribute a modified version of GCC, |