diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2004-09-04 00:16:18 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2004-09-04 00:16:18 +0000 |
commit | 7b8c47ab60ee6cb7226508b8b9fb97e3e595adb3 (patch) | |
tree | 38d56da430d65f7878a9ecbfa32311c48810d372 /gcc/version.c | |
parent | 443728bba4b4ec9b9177121022571b036a8b01bf (diff) | |
download | gcc-7b8c47ab60ee6cb7226508b8b9fb97e3e595adb3.zip gcc-7b8c47ab60ee6cb7226508b8b9fb97e3e595adb3.tar.gz gcc-7b8c47ab60ee6cb7226508b8b9fb97e3e595adb3.tar.bz2 |
Daily bump.
From-SVN: r87069
Diffstat (limited to 'gcc/version.c')
-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 2dddef8..5911e5b 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.5.0 20040903 (experimental)"; +const char version_string[] = "3.5.0 20040904 (experimental)"; /* This is the location of the online document giving instructions for reporting bugs. If you distribute a modified version of GCC, |