diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2003-08-31 00:16:06 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2003-08-31 00:16:06 +0000 |
commit | ec9b6ebadd72d510ae8eb7858f74ba48135b4df3 (patch) | |
tree | 51b20119ed0c37bef836f4364c39e8115385ec1c /gcc | |
parent | 766beae18707b9c9918bac392c8340d84aceffd1 (diff) | |
download | gcc-ec9b6ebadd72d510ae8eb7858f74ba48135b4df3.zip gcc-ec9b6ebadd72d510ae8eb7858f74ba48135b4df3.tar.gz gcc-ec9b6ebadd72d510ae8eb7858f74ba48135b4df3.tar.bz2 |
Daily bump.
From-SVN: r70955
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 050e424..96e89c2 100644 --- a/gcc/version.c +++ b/gcc/version.c @@ -5,7 +5,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 20030830 (experimental)"; +const char version_string[] = "3.4 20030831 (experimental)"; /* This is the location of the online document giving instructions for reporting bugs. If you distribute a modified version of GCC, |