diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2004-02-10 00:16:11 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2004-02-10 00:16:11 +0000 |
commit | f0c4dd0010016a1b4a137b34b87b5802eaf29a9f (patch) | |
tree | f9fd7f17a8be5ec9da98ddf83627712b863e416e /gcc | |
parent | 1b81e1b5441bcb18e2a296d1cf26ac04e7234796 (diff) | |
download | gcc-f0c4dd0010016a1b4a137b34b87b5802eaf29a9f.zip gcc-f0c4dd0010016a1b4a137b34b87b5802eaf29a9f.tar.gz gcc-f0c4dd0010016a1b4a137b34b87b5802eaf29a9f.tar.bz2 |
Daily bump.
From-SVN: r77573
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 330d918..b465dc4 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 20040209 (experimental)"; +const char version_string[] = "3.5.0 20040210 (experimental)"; /* This is the location of the online document giving instructions for reporting bugs. If you distribute a modified version of GCC, |