diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2005-02-16 00:16:57 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2005-02-16 00:16:57 +0000 |
commit | 66da8a21ab3936646645140acd7f9da4db3a8049 (patch) | |
tree | 08547885f6835148041ebe0ca152d1a24f68b4fc /gcc/version.c | |
parent | 82ce2a94d9c0782c0e88fabe924e90a050f56ac8 (diff) | |
download | gcc-66da8a21ab3936646645140acd7f9da4db3a8049.tar.gz |
Daily bump.
From-SVN: r95086
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 483ecdf0362..cba695ecab2 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 20050215 (experimental)"; +const char version_string[] = "4.0.0 20050216 (experimental)"; /* This is the location of the online document giving instructions for reporting bugs. If you distribute a modified version of GCC, |