diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2004-11-02 00:16:15 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2004-11-02 00:16:15 +0000 |
commit | 02760107375b1ef2e2dc5f05881d8aa8d55a3dd0 (patch) | |
tree | a69013a6117c748e255419803c79b4aaddca043a /gcc | |
parent | c137586a8e9df47bb5e5f71b39ed410bb6cc56db (diff) | |
download | gcc-02760107375b1ef2e2dc5f05881d8aa8d55a3dd0.zip gcc-02760107375b1ef2e2dc5f05881d8aa8d55a3dd0.tar.gz gcc-02760107375b1ef2e2dc5f05881d8aa8d55a3dd0.tar.bz2 |
Daily bump.
[[Split portion of a mixed commit.]]
From-SVN: r89967.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 41448cd..a11c4e4 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 20041101 (experimental)"; +const char version_string[] = "4.0.0 20041102 (experimental)"; /* This is the location of the online document giving instructions for reporting bugs. If you distribute a modified version of GCC, |