diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2004-05-29 00:16:16 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2004-05-29 00:16:16 +0000 |
commit | b1243dd57bc4692e15fa8eaa8e6e566aaa65d289 (patch) | |
tree | b5d6fe7653a6fe5d2e1e61d8d3f838b090c0f02a /gcc/version.c | |
parent | 70c39ccb6aa591494b4bebcbf13f190eabecff30 (diff) | |
download | gcc-b1243dd57bc4692e15fa8eaa8e6e566aaa65d289.zip gcc-b1243dd57bc4692e15fa8eaa8e6e566aaa65d289.tar.gz gcc-b1243dd57bc4692e15fa8eaa8e6e566aaa65d289.tar.bz2 |
Daily bump.
From-SVN: r82407
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 65277c0..a7a6d2c 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 20040528 (experimental)"; +const char version_string[] = "3.5.0 20040529 (experimental)"; /* This is the location of the online document giving instructions for reporting bugs. If you distribute a modified version of GCC, |