diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2003-07-12 00:16:07 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2003-07-12 00:16:07 +0000 |
commit | 76d558c0bd0bb758d795ff4bc9499c10fb10289b (patch) | |
tree | 6eec9e84e8d6ff98560694c4179effef0f8cdf9a /gcc | |
parent | 80fa0b4c1b0641601832b990d1e459cef3973236 (diff) | |
download | gcc-76d558c0bd0bb758d795ff4bc9499c10fb10289b.zip gcc-76d558c0bd0bb758d795ff4bc9499c10fb10289b.tar.gz gcc-76d558c0bd0bb758d795ff4bc9499c10fb10289b.tar.bz2 |
Daily bump.
From-SVN: r69259
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 1a4c6d7..b3a14fe 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 20030711 (experimental)"; +const char version_string[] = "3.4 20030712 (experimental)"; /* This is the location of the online document giving instructions for reporting bugs. If you distribute a modified version of GCC, |