diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2004-10-20 00:16:16 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2004-10-20 00:16:16 +0000 |
commit | 5385ca4f558ed4d915967fc3e80203c4a3e2cb54 (patch) | |
tree | 98c3f35928603e114cf606beca450ad25da9cefd /gcc | |
parent | 33c25e5c5a69b096d8aafef5599bf93672dd3659 (diff) | |
download | gcc-5385ca4f558ed4d915967fc3e80203c4a3e2cb54.zip gcc-5385ca4f558ed4d915967fc3e80203c4a3e2cb54.tar.gz gcc-5385ca4f558ed4d915967fc3e80203c4a3e2cb54.tar.bz2 |
Daily bump.
[[Split portion of a mixed commit.]]
From-SVN: r89305.2
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 7580915..05b13f57 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 20041019 (experimental)"; +const char version_string[] = "4.0.0 20041020 (experimental)"; /* This is the location of the online document giving instructions for reporting bugs. If you distribute a modified version of GCC, |