diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2002-10-27 07:17:14 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2002-10-27 07:17:14 +0000 |
commit | 881fc3545960a3a2da8d7c52fb87fd75039c22e5 (patch) | |
tree | 43c2c122a34bbbfed2f7525d631bb70f0d313fb1 /gcc | |
parent | 45329aca775dd2bba62df6124d1b8c2fa3888f69 (diff) | |
download | gcc-881fc3545960a3a2da8d7c52fb87fd75039c22e5.zip gcc-881fc3545960a3a2da8d7c52fb87fd75039c22e5.tar.gz gcc-881fc3545960a3a2da8d7c52fb87fd75039c22e5.tar.bz2 |
Daily bump.
From-SVN: r58576
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 130c173..7702684 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 20021026 (experimental)"; +const char version_string[] = "3.3 20021027 (experimental)"; /* This is the location of the online document giving instructions for reporting bugs. If you distribute a modified version of GCC, |