diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2005-01-31 00:16:26 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2005-01-31 00:16:26 +0000 |
commit | ef3f52283738edb9bf764801c706a00ceb0d45ce (patch) | |
tree | 98c618160386cb9e9d3ce1b2fd51af506bf5ce86 /gcc/version.c | |
parent | 338bc65ef016e77c98f6d4ce6fc525447875e9e1 (diff) | |
download | gcc-ef3f52283738edb9bf764801c706a00ceb0d45ce.tar.gz |
Daily bump.
From-SVN: r94457
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 13babae2674..4f6be5472be 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 20050130 (experimental)"; +const char version_string[] = "4.0.0 20050131 (experimental)"; /* This is the location of the online document giving instructions for reporting bugs. If you distribute a modified version of GCC, |