diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2003-01-23 00:17:37 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2003-01-23 00:17:37 +0000 |
commit | f5c140abeeadce80e027e1517a352b17321051d2 (patch) | |
tree | 16fd5db92dca3a0d18d34fad26cab429e59cb748 /gcc | |
parent | 65a5559bdf97989997b12c372ef4c77dd4740b19 (diff) | |
download | gcc-f5c140abeeadce80e027e1517a352b17321051d2.zip gcc-f5c140abeeadce80e027e1517a352b17321051d2.tar.gz gcc-f5c140abeeadce80e027e1517a352b17321051d2.tar.bz2 |
Daily bump.
From-SVN: r61632
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 dc844e0..1ec237c 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 20030122 (experimental)"; +const char version_string[] = "3.4 20030123 (experimental)"; /* This is the location of the online document giving instructions for reporting bugs. If you distribute a modified version of GCC, |