diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2003-04-28 00:17:06 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2003-04-28 00:17:06 +0000 |
commit | cfd228648dd832b15f0d9043f4208ed5a1eb2b81 (patch) | |
tree | 2a0833192e134417214e14b833cee627e9530cce /gcc | |
parent | 860992e60c0699a2b9ed0efb33959c4b159d3b43 (diff) | |
download | gcc-cfd228648dd832b15f0d9043f4208ed5a1eb2b81.zip gcc-cfd228648dd832b15f0d9043f4208ed5a1eb2b81.tar.gz gcc-cfd228648dd832b15f0d9043f4208ed5a1eb2b81.tar.bz2 |
Daily bump.
From-SVN: r66144
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 3926cb2..33a903f 100644 --- a/gcc/version.c +++ b/gcc/version.c @@ -6,7 +6,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.4 20030427 (experimental)"; +const char version_string[] = "3.4 20030428 (experimental)"; /* This is the location of the online document giving instructions for reporting bugs. If you distribute a modified version of GCC, |