diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2004-02-20 00:16:10 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2004-02-20 00:16:10 +0000 |
commit | 325b439bbcb9eeacdbaaa6b68dfea0daf962ec70 (patch) | |
tree | bc186fa6bdc9bc75d86469f7c10634857757ca2b /gcc | |
parent | 2b5f287ba965c79ae98323d9c076c9e82bf12be8 (diff) | |
download | gcc-325b439bbcb9eeacdbaaa6b68dfea0daf962ec70.zip gcc-325b439bbcb9eeacdbaaa6b68dfea0daf962ec70.tar.gz gcc-325b439bbcb9eeacdbaaa6b68dfea0daf962ec70.tar.bz2 |
Daily bump.
From-SVN: r78137
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 a3f9a23..7210556 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[] = "3.5.0 20040219 (experimental)"; +const char version_string[] = "3.5.0 20040220 (experimental)"; /* This is the location of the online document giving instructions for reporting bugs. If you distribute a modified version of GCC, |