diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2003-01-17 08:17:36 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2003-01-17 08:17:36 +0000 |
commit | a1d4422910ca413e961a070864a754286e3a3071 (patch) | |
tree | 7858ff704640a4e651b9993d393d31f8b81acdd9 /gcc | |
parent | a94a2d4cfb44f7e2ec04c3471c00d4d7f80433c6 (diff) | |
download | gcc-a1d4422910ca413e961a070864a754286e3a3071.zip gcc-a1d4422910ca413e961a070864a754286e3a3071.tar.gz gcc-a1d4422910ca413e961a070864a754286e3a3071.tar.bz2 |
Daily bump.
From-SVN: r61438
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 432c72e..23b5f4e 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 20030116 (experimental)"; +const char version_string[] = "3.4 20030117 (experimental)"; /* This is the location of the online document giving instructions for reporting bugs. If you distribute a modified version of GCC, |