diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2004-11-20 00:16:23 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2004-11-20 00:16:23 +0000 |
commit | 383068d029006f6cd1101b93979c2d11aca91600 (patch) | |
tree | 171d12f3d1f2eb4e74064a943196779b0ba1f7eb /gcc/version.c | |
parent | 1983ac127ff65279b7da1089b31327429bfa9053 (diff) | |
download | gcc-383068d029006f6cd1101b93979c2d11aca91600.zip gcc-383068d029006f6cd1101b93979c2d11aca91600.tar.gz gcc-383068d029006f6cd1101b93979c2d11aca91600.tar.bz2 |
Daily bump.
[[Split portion of a mixed commit.]]
From-SVN: r90945.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 114923d..922e62b 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 20041119 (experimental)"; +const char version_string[] = "4.0.0 20041120 (experimental)"; /* This is the location of the online document giving instructions for reporting bugs. If you distribute a modified version of GCC, |