diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2004-08-30 00:16:27 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2004-08-30 00:16:27 +0000 |
commit | b9c5f011a1ba421a8f47f09c6f8ef94659f6ba36 (patch) | |
tree | 6f51bc69e2cc60def363fff3fdb9197a8eb9ddb7 /gcc/version.c | |
parent | 5a0c2304832ceb4a3a28a5a57c156197f127b8c1 (diff) | |
download | gcc-b9c5f011a1ba421a8f47f09c6f8ef94659f6ba36.tar.gz |
Daily bump.
From-SVN: r86745
Diffstat (limited to 'gcc/version.c')
-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 697df852587..13247716656 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 20040829 (experimental)"; +const char version_string[] = "3.5.0 20040830 (experimental)"; /* This is the location of the online document giving instructions for reporting bugs. If you distribute a modified version of GCC, |