diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2004-11-25 00:16:20 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2004-11-25 00:16:20 +0000 |
commit | fffb7887ed87abdb6bb80c1fccad0189d176ea49 (patch) | |
tree | d25e1f5330c3356cd62d99fad0e2680bf795cacd /gcc/version.c | |
parent | be6be25851b6c7271afb86219f18bf9edffebe2e (diff) | |
download | gcc-fffb7887ed87abdb6bb80c1fccad0189d176ea49.zip gcc-fffb7887ed87abdb6bb80c1fccad0189d176ea49.tar.gz gcc-fffb7887ed87abdb6bb80c1fccad0189d176ea49.tar.bz2 |
Daily bump.
[[Split portion of a mixed commit.]]
From-SVN: r91261.2
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 f164bac..1156cee 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 20041124 (experimental)"; +const char version_string[] = "4.0.0 20041125 (experimental)"; /* This is the location of the online document giving instructions for reporting bugs. If you distribute a modified version of GCC, |