diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2004-02-13 00:16:22 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2004-02-13 00:16:22 +0000 |
commit | 74eb57176a548788869ea8bf3d96e85bd210156d (patch) | |
tree | 4b55d1e6a90fd3d4732b04387007effc17d8a349 /gcc | |
parent | c54ceb0dabd02d74d4177c1b701b0580e1511bda (diff) | |
download | gcc-74eb57176a548788869ea8bf3d96e85bd210156d.zip gcc-74eb57176a548788869ea8bf3d96e85bd210156d.tar.gz gcc-74eb57176a548788869ea8bf3d96e85bd210156d.tar.bz2 |
Daily bump.
From-SVN: r77741
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 472e835..0e1fdde 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 20040212 (experimental)"; +const char version_string[] = "3.5.0 20040213 (experimental)"; /* This is the location of the online document giving instructions for reporting bugs. If you distribute a modified version of GCC, |