diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2003-03-04 00:17:04 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2003-03-04 00:17:04 +0000 |
commit | f06e42d6a03cd9503be7311ad64e05fa5e7dde44 (patch) | |
tree | 592b4ca5feb10ee1b88a5ace9459e8f9d8a238fc /gcc | |
parent | 9b94c8d18c83411425fc09af02f9b397912493b5 (diff) | |
download | gcc-f06e42d6a03cd9503be7311ad64e05fa5e7dde44.zip gcc-f06e42d6a03cd9503be7311ad64e05fa5e7dde44.tar.gz gcc-f06e42d6a03cd9503be7311ad64e05fa5e7dde44.tar.bz2 |
Daily bump.
From-SVN: r63751
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 0d319b5..d59060b 100644 --- a/gcc/version.c +++ b/gcc/version.c @@ -6,7 +6,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 20030303 (experimental)"; +const char version_string[] = "3.4 20030304 (experimental)"; /* This is the location of the online document giving instructions for reporting bugs. If you distribute a modified version of GCC, |