diff options
author | gccadmin <gccadmin@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-03-10 00:16:12 +0000 |
---|---|---|
committer | gccadmin <gccadmin@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-03-10 00:16:12 +0000 |
commit | 901787aa5f6d9b03bb738f80ebd8e2078069a03e (patch) | |
tree | 1312fc399f764eb27f61bda020c5c7a4335c1a1a /gcc | |
parent | 3db6f3183e4ffb91000b60de119f6ac310da92a7 (diff) | |
download | gcc-901787aa5f6d9b03bb738f80ebd8e2078069a03e.tar.gz |
Daily bump.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@79213 138bc75d-0d04-0410-961f-82ee72b054a4
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 08208ff907b..8078b5caf65 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 20040309 (experimental)"; +const char version_string[] = "3.5.0 20040310 (experimental)"; /* This is the location of the online document giving instructions for reporting bugs. If you distribute a modified version of GCC, |