diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2003-02-03 00:17:03 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2003-02-03 00:17:03 +0000 |
commit | f2e05ec7c7f5a3a679c32bdb5e6e5f78ceb1d567 (patch) | |
tree | 7d0138870098d6443e78d165c816a77014913106 /gcc | |
parent | 9e8e1bec48d39f1d974383b7cfef109af23c3a72 (diff) | |
download | gcc-f2e05ec7c7f5a3a679c32bdb5e6e5f78ceb1d567.zip gcc-f2e05ec7c7f5a3a679c32bdb5e6e5f78ceb1d567.tar.gz gcc-f2e05ec7c7f5a3a679c32bdb5e6e5f78ceb1d567.tar.bz2 |
Daily bump.
From-SVN: r62299
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 df4b485..ac1d405 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 20030202 (experimental)"; +const char version_string[] = "3.4 20030203 (experimental)"; /* This is the location of the online document giving instructions for reporting bugs. If you distribute a modified version of GCC, |