diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2004-02-03 00:16:13 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2004-02-03 00:16:13 +0000 |
commit | c1def8ec356e2b062cc73f21346660005cad1b3a (patch) | |
tree | f99acc7f13978c5311f793b2736a0e0398408039 /gcc | |
parent | 9924f721bf4e4ae2cf786ff27cd1e804840d67b0 (diff) | |
download | gcc-c1def8ec356e2b062cc73f21346660005cad1b3a.zip gcc-c1def8ec356e2b062cc73f21346660005cad1b3a.tar.gz gcc-c1def8ec356e2b062cc73f21346660005cad1b3a.tar.bz2 |
Daily bump.
From-SVN: r77143
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 8b00de3..95277ca 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 20040202 (experimental)"; +const char version_string[] = "3.5.0 20040203 (experimental)"; /* This is the location of the online document giving instructions for reporting bugs. If you distribute a modified version of GCC, |