diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2003-05-11 00:16:07 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2003-05-11 00:16:07 +0000 |
commit | 95e32f8573a8f58c26ff8d96f0282250601f8947 (patch) | |
tree | 0134b1982f788ce07c5d53a48fcb4d89e8f6eda3 /gcc | |
parent | 34dc173c2c848264901401da687c6edea165b7c9 (diff) | |
download | gcc-95e32f8573a8f58c26ff8d96f0282250601f8947.zip gcc-95e32f8573a8f58c26ff8d96f0282250601f8947.tar.gz gcc-95e32f8573a8f58c26ff8d96f0282250601f8947.tar.bz2 |
Daily bump.
From-SVN: r66674
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 7b81891..5cea199 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 20030510 (experimental)"; +const char version_string[] = "3.4 20030511 (experimental)"; /* This is the location of the online document giving instructions for reporting bugs. If you distribute a modified version of GCC, |