diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2003-10-18 00:16:07 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2003-10-18 00:16:07 +0000 |
commit | f2eec9f1f889ac26de6f525057e2d6f724ea9573 (patch) | |
tree | 72debd27f668c7186fb1f94a17ba104a5300e345 | |
parent | a755e3c51cf9e3c108439cf3e9b2fa3b3e945c41 (diff) | |
download | gcc-f2eec9f1f889ac26de6f525057e2d6f724ea9573.zip gcc-f2eec9f1f889ac26de6f525057e2d6f724ea9573.tar.gz gcc-f2eec9f1f889ac26de6f525057e2d6f724ea9573.tar.bz2 |
Daily bump.
[[Split portion of a mixed commit.]]
From-SVN: r72628.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 a99f472..d74e263 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 20031017 (experimental)"; +const char version_string[] = "3.4 20031018 (experimental)"; /* This is the location of the online document giving instructions for reporting bugs. If you distribute a modified version of GCC, |