diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2004-06-05 00:16:13 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2004-06-05 00:16:13 +0000 |
commit | db1e2f88a4bbf7b5d85bcc1012835a2c5c210f23 (patch) | |
tree | 99eee6d668db5ea58eb5801f8a2cc26a00a8b20f | |
parent | f4d8a9ae4ecd3c8b5fdbfa9cef9ff5dc94f2ce02 (diff) | |
download | gcc-db1e2f88a4bbf7b5d85bcc1012835a2c5c210f23.zip gcc-db1e2f88a4bbf7b5d85bcc1012835a2c5c210f23.tar.gz gcc-db1e2f88a4bbf7b5d85bcc1012835a2c5c210f23.tar.bz2 |
Daily bump.
[[Split portion of a mixed commit.]]
From-SVN: r82639.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 6b3a319..1a28bfc 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 20040604 (experimental)"; +const char version_string[] = "3.5.0 20040605 (experimental)"; /* This is the location of the online document giving instructions for reporting bugs. If you distribute a modified version of GCC, |