diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2003-12-28 00:16:06 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2003-12-28 00:16:06 +0000 |
commit | 07dc48e01452222a461e6660d242cf497b3f584d (patch) | |
tree | 7b82a3c21b785d90dbea561f169ad6ceedcadb1c /gcc | |
parent | bb6d84f38e2fa479acc33af09a9125931ba3f72a (diff) | |
download | gcc-07dc48e01452222a461e6660d242cf497b3f584d.zip gcc-07dc48e01452222a461e6660d242cf497b3f584d.tar.gz gcc-07dc48e01452222a461e6660d242cf497b3f584d.tar.bz2 |
Daily bump.
From-SVN: r75177
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 7956ed2..f78d0ac 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.0 20031227 (experimental)"; +const char version_string[] = "3.4.0 20031228 (experimental)"; /* This is the location of the online document giving instructions for reporting bugs. If you distribute a modified version of GCC, |