diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2004-05-03 00:16:11 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2004-05-03 00:16:11 +0000 |
commit | 8905a1798528b40d16078f9d1ba700737c9a6c3a (patch) | |
tree | e77b42cccc0c619e29ba2cb5bcab2704ede64034 /gcc | |
parent | dbb5c281c6d3f675b4df1be7398c54167097c86e (diff) | |
download | gcc-8905a1798528b40d16078f9d1ba700737c9a6c3a.zip gcc-8905a1798528b40d16078f9d1ba700737c9a6c3a.tar.gz gcc-8905a1798528b40d16078f9d1ba700737c9a6c3a.tar.bz2 |
Daily bump.
From-SVN: r81420
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 953f7c4..3ef2b46 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 20040502 (experimental)"; +const char version_string[] = "3.5.0 20040503 (experimental)"; /* This is the location of the online document giving instructions for reporting bugs. If you distribute a modified version of GCC, |