diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2002-12-30 08:17:30 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2002-12-30 08:17:30 +0000 |
commit | 8b5d67e116b5698d541e351859d12e8f0bf03345 (patch) | |
tree | f468967f104a4f1c3a4bd294877f5246654a5755 /gcc | |
parent | d2427b1d6eff0adc6f7217c797412bde83bec2f6 (diff) | |
download | gcc-8b5d67e116b5698d541e351859d12e8f0bf03345.zip gcc-8b5d67e116b5698d541e351859d12e8f0bf03345.tar.gz gcc-8b5d67e116b5698d541e351859d12e8f0bf03345.tar.bz2 |
Daily bump.
From-SVN: r60626
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 67c3532..251db43 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 20021229 (experimental)"; +const char version_string[] = "3.4 20021230 (experimental)"; /* This is the location of the online document giving instructions for reporting bugs. If you distribute a modified version of GCC, |