diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2003-06-21 00:16:09 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2003-06-21 00:16:09 +0000 |
commit | 87b60e6481995233bd06cc2366a3d8aa4278108c (patch) | |
tree | b5a981bbe9ba4117d65f8539aedb20b901b6e198 /gcc | |
parent | 8dbe14becff40488fd80e3681acb54f43104746c (diff) | |
download | gcc-87b60e6481995233bd06cc2366a3d8aa4278108c.zip gcc-87b60e6481995233bd06cc2366a3d8aa4278108c.tar.gz gcc-87b60e6481995233bd06cc2366a3d8aa4278108c.tar.bz2 |
Daily bump.
From-SVN: r68290
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 ff5248a..618f40d 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 20030620 (experimental)"; +const char version_string[] = "3.4 20030621 (experimental)"; /* This is the location of the online document giving instructions for reporting bugs. If you distribute a modified version of GCC, |