diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2004-09-18 00:16:19 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2004-09-18 00:16:19 +0000 |
commit | e407d8cb49a33f1e74d5db49217841e12b1e0c12 (patch) | |
tree | 08e4a75af8478fb1f69c387d1e3b279b2d180760 /gcc | |
parent | fa71a5c3eb2243e5f94dd593966693a36470f35d (diff) | |
download | gcc-e407d8cb49a33f1e74d5db49217841e12b1e0c12.zip gcc-e407d8cb49a33f1e74d5db49217841e12b1e0c12.tar.gz gcc-e407d8cb49a33f1e74d5db49217841e12b1e0c12.tar.bz2 |
Daily bump.
From-SVN: r87683
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 02acbc0..b0ed50e 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[] = "4.0.0 20040917 (experimental)"; +const char version_string[] = "4.0.0 20040918 (experimental)"; /* This is the location of the online document giving instructions for reporting bugs. If you distribute a modified version of GCC, |