diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2003-05-19 00:16:07 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2003-05-19 00:16:07 +0000 |
commit | 48ef54fb15e8bdddcd9eca447577cceeac3a5b3a (patch) | |
tree | 27a4df206788a7933769dbbd133da9507cda0910 /gcc/version.c | |
parent | 731ae8dd8e76be10feb5a1286ed45825a59095c9 (diff) | |
download | gcc-48ef54fb15e8bdddcd9eca447577cceeac3a5b3a.zip gcc-48ef54fb15e8bdddcd9eca447577cceeac3a5b3a.tar.gz gcc-48ef54fb15e8bdddcd9eca447577cceeac3a5b3a.tar.bz2 |
Daily bump.
From-SVN: r66943
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 7ba4ff4..c02f8de 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 20030518 (experimental)"; +const char version_string[] = "3.4 20030519 (experimental)"; /* This is the location of the online document giving instructions for reporting bugs. If you distribute a modified version of GCC, |