diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2002-11-09 08:17:12 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2002-11-09 08:17:12 +0000 |
commit | 8a9a176bf6e3d1974642d1ecb67555bef4be0acd (patch) | |
tree | fe82131a583251642621b4dd019b768ef0aeb449 /gcc | |
parent | 489d6e8e101e3d59826323794886e5ca21c3c46e (diff) | |
download | gcc-8a9a176bf6e3d1974642d1ecb67555bef4be0acd.zip gcc-8a9a176bf6e3d1974642d1ecb67555bef4be0acd.tar.gz gcc-8a9a176bf6e3d1974642d1ecb67555bef4be0acd.tar.bz2 |
Daily bump.
From-SVN: r58949
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 7e0e8877..717699a 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.3 20021108 (experimental)"; +const char version_string[] = "3.3 20021109 (experimental)"; /* This is the location of the online document giving instructions for reporting bugs. If you distribute a modified version of GCC, |