diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2005-01-02 00:16:49 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2005-01-02 00:16:49 +0000 |
commit | 302904495d01ba8de1061edb1e2aec359ddc83a7 (patch) | |
tree | 29564a427f9f29ea778098042993da0240d5cb52 /gcc | |
parent | 0ca5fbc0cacad02f25e24d7736f20571554199ed (diff) | |
download | gcc-302904495d01ba8de1061edb1e2aec359ddc83a7.zip gcc-302904495d01ba8de1061edb1e2aec359ddc83a7.tar.gz gcc-302904495d01ba8de1061edb1e2aec359ddc83a7.tar.bz2 |
Daily bump.
From-SVN: r92797
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 54edfa6..aa05d2e 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 20050101 (experimental)"; +const char version_string[] = "4.0.0 20050102 (experimental)"; /* This is the location of the online document giving instructions for reporting bugs. If you distribute a modified version of GCC, |