diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2004-02-14 00:16:15 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2004-02-14 00:16:15 +0000 |
commit | e8cae6592627b08a19885bd11216dfbcd7e8c90d (patch) | |
tree | df777b356d4617eaa08e36bae0a2c5fdbed066f7 /gcc | |
parent | c7dad005ec7b65b8d34878429c5d346597ed5a07 (diff) | |
download | gcc-e8cae6592627b08a19885bd11216dfbcd7e8c90d.zip gcc-e8cae6592627b08a19885bd11216dfbcd7e8c90d.tar.gz gcc-e8cae6592627b08a19885bd11216dfbcd7e8c90d.tar.bz2 |
Daily bump.
From-SVN: r77783
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 0e1fdde..05c24c4 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 20040213 (experimental)"; +const char version_string[] = "3.5.0 20040214 (experimental)"; /* This is the location of the online document giving instructions for reporting bugs. If you distribute a modified version of GCC, |