diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2003-11-02 00:16:06 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2003-11-02 00:16:06 +0000 |
commit | edc7c9d5ec9721433e817ebe3e0623003ba92f11 (patch) | |
tree | 2b24127f67de46650d8ba56e5399679c0dd7ed60 /gcc | |
parent | 94d5427624ceb8a3d4a7088db68f2724dcf9c4ce (diff) | |
download | gcc-edc7c9d5ec9721433e817ebe3e0623003ba92f11.zip gcc-edc7c9d5ec9721433e817ebe3e0623003ba92f11.tar.gz gcc-edc7c9d5ec9721433e817ebe3e0623003ba92f11.tar.bz2 |
Daily bump.
From-SVN: r73189
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 78dc950..1611e99 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 20031101 (experimental)"; +const char version_string[] = "3.4 20031102 (experimental)"; /* This is the location of the online document giving instructions for reporting bugs. If you distribute a modified version of GCC, |