diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2002-12-13 08:17:16 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2002-12-13 08:17:16 +0000 |
commit | 9d051273bde4936c1103cb27d3509f6a28ed2e4c (patch) | |
tree | 7d00c94d9bece11911d159b02636ace6d52b66f9 /gcc/version.c | |
parent | 19eaa5a38b8e3c6e2974d5a52ad2e729d9665a12 (diff) | |
download | gcc-9d051273bde4936c1103cb27d3509f6a28ed2e4c.zip gcc-9d051273bde4936c1103cb27d3509f6a28ed2e4c.tar.gz gcc-9d051273bde4936c1103cb27d3509f6a28ed2e4c.tar.bz2 |
Daily bump.
From-SVN: r60096
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 8cc0cf6..0e2662e 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 20021212 (experimental)"; +const char version_string[] = "3.3 20021213 (experimental)"; /* This is the location of the online document giving instructions for reporting bugs. If you distribute a modified version of GCC, |