diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2002-12-29 08:18:43 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2002-12-29 08:18:43 +0000 |
commit | b63d28bf68c4c23e55a596371103cd55c560f13c (patch) | |
tree | 04875497fabd343323cd6a27fc4bd4b75a470cf9 /gcc | |
parent | 65e7caddc90f73212604de462140e837ace636d8 (diff) | |
download | gcc-b63d28bf68c4c23e55a596371103cd55c560f13c.zip gcc-b63d28bf68c4c23e55a596371103cd55c560f13c.tar.gz gcc-b63d28bf68c4c23e55a596371103cd55c560f13c.tar.bz2 |
Daily bump.
From-SVN: r60597
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 609147a..67c3532 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.4 20021228 (experimental)"; +const char version_string[] = "3.4 20021229 (experimental)"; /* This is the location of the online document giving instructions for reporting bugs. If you distribute a modified version of GCC, |