diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2002-12-14 08:17:21 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2002-12-14 08:17:21 +0000 |
commit | 2545fbad4e65e404e1933605666c2e61885efbcc (patch) | |
tree | eef8748ae8f7f268be19340c4e3ae9b8ff1d3d9b /gcc | |
parent | f5f9008b803823fa371850f20b6a757514dc7059 (diff) | |
download | gcc-2545fbad4e65e404e1933605666c2e61885efbcc.zip gcc-2545fbad4e65e404e1933605666c2e61885efbcc.tar.gz gcc-2545fbad4e65e404e1933605666c2e61885efbcc.tar.bz2 |
Daily bump.
From-SVN: r60125
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 0e2662e..b78c1e9 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 20021213 (experimental)"; +const char version_string[] = "3.3 20021214 (experimental)"; /* This is the location of the online document giving instructions for reporting bugs. If you distribute a modified version of GCC, |