diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2004-10-24 00:16:10 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2004-10-24 00:16:10 +0000 |
commit | 545b6261a4895964fef608bd8e44ec1c30cfd96b (patch) | |
tree | eb7c15254c6cea35f5f737f987c3d56c1349144b /gcc | |
parent | d0ed471f0913d0221115de86e279829ba81d01cb (diff) | |
download | gcc-545b6261a4895964fef608bd8e44ec1c30cfd96b.zip gcc-545b6261a4895964fef608bd8e44ec1c30cfd96b.tar.gz gcc-545b6261a4895964fef608bd8e44ec1c30cfd96b.tar.bz2 |
Daily bump.
From-SVN: r89500
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 7b65c1e..ca1cf14 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 20041023 (experimental)"; +const char version_string[] = "4.0.0 20041024 (experimental)"; /* This is the location of the online document giving instructions for reporting bugs. If you distribute a modified version of GCC, |