diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2002-11-22 08:17:23 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2002-11-22 08:17:23 +0000 |
commit | fac3e63d64e0813bd043c5483c73991d2ad7296b (patch) | |
tree | 5318e2881633c63a76cd1faf75ef6d36589c1dce /gcc | |
parent | 7fe75c032469f6490ba30421f4d3cc482acd1932 (diff) | |
download | gcc-fac3e63d64e0813bd043c5483c73991d2ad7296b.zip gcc-fac3e63d64e0813bd043c5483c73991d2ad7296b.tar.gz gcc-fac3e63d64e0813bd043c5483c73991d2ad7296b.tar.bz2 |
Daily bump.
From-SVN: r59373
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 1e00456..8ffc4a9 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 20021121 (experimental)"; +const char version_string[] = "3.3 20021122 (experimental)"; /* This is the location of the online document giving instructions for reporting bugs. If you distribute a modified version of GCC, |