diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2004-04-06 00:16:32 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2004-04-06 00:16:32 +0000 |
commit | cb07f7bbd4366231acfd3b1b375489c5a04a40b6 (patch) | |
tree | b0c4bdafe42a6ead5fe60e653d115f7f36f644b4 /gcc | |
parent | 67c55b229337d388a9f583e4b1e5e95392c7f01f (diff) | |
download | gcc-cb07f7bbd4366231acfd3b1b375489c5a04a40b6.zip gcc-cb07f7bbd4366231acfd3b1b375489c5a04a40b6.tar.gz gcc-cb07f7bbd4366231acfd3b1b375489c5a04a40b6.tar.bz2 |
Daily bump.
From-SVN: r80444
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 58cb32f..ed4d54c 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 20040405 (experimental)"; +const char version_string[] = "3.5.0 20040406 (experimental)"; /* This is the location of the online document giving instructions for reporting bugs. If you distribute a modified version of GCC, |