diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2003-02-15 00:17:03 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2003-02-15 00:17:03 +0000 |
commit | b62b6de0cd3058630ce482a37bb417f3ed486b7b (patch) | |
tree | a1d38dc04e463c09f0c37a7f5bfab89e794d2f1e /gcc | |
parent | ce65116b73931409aa6d9ba7ed3e81a686298ba6 (diff) | |
download | gcc-b62b6de0cd3058630ce482a37bb417f3ed486b7b.zip gcc-b62b6de0cd3058630ce482a37bb417f3ed486b7b.tar.gz gcc-b62b6de0cd3058630ce482a37bb417f3ed486b7b.tar.bz2 |
Daily bump.
From-SVN: r62931
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 69b6e0d..1f67acc6 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 20030214 (experimental)"; +const char version_string[] = "3.4 20030215 (experimental)"; /* This is the location of the online document giving instructions for reporting bugs. If you distribute a modified version of GCC, |