diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2002-11-24 08:17:47 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2002-11-24 08:17:47 +0000 |
commit | 02ccd3c984a91fc0eb9973dc05c1043e727be823 (patch) | |
tree | 66d5345870a8e2405b343aa740e49f317c35a9b0 /gcc | |
parent | ef4e41811bdc112edfb0534771056be8d51e00e9 (diff) | |
download | gcc-02ccd3c984a91fc0eb9973dc05c1043e727be823.zip gcc-02ccd3c984a91fc0eb9973dc05c1043e727be823.tar.gz gcc-02ccd3c984a91fc0eb9973dc05c1043e727be823.tar.bz2 |
Daily bump.
From-SVN: r59428
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 a039c76..7ceae2c 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 20021123 (experimental)"; +const char version_string[] = "3.3 20021124 (experimental)"; /* This is the location of the online document giving instructions for reporting bugs. If you distribute a modified version of GCC, |