diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2005-01-17 00:16:17 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2005-01-17 00:16:17 +0000 |
commit | 15ce652006345a094c11c04e5fa2835c95dc5775 (patch) | |
tree | 8597de50abcfc01e7ff40059e736750c0cb01f0d /gcc | |
parent | e6003f4d017445d5c0797665405ee05f813fb323 (diff) | |
download | gcc-15ce652006345a094c11c04e5fa2835c95dc5775.zip gcc-15ce652006345a094c11c04e5fa2835c95dc5775.tar.gz gcc-15ce652006345a094c11c04e5fa2835c95dc5775.tar.bz2 |
Daily bump.
From-SVN: r93747
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 915ce28..652af11 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 20050116 (experimental)"; +const char version_string[] = "4.0.0 20050117 (experimental)"; /* This is the location of the online document giving instructions for reporting bugs. If you distribute a modified version of GCC, |