diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2002-12-23 08:17:42 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2002-12-23 08:17:42 +0000 |
commit | 1df7e439e15df663a524df0bbc3aa59617383db0 (patch) | |
tree | 7d392f25dfa1e5491ec232ac093573196c489540 /gcc | |
parent | ade53a503621b48fe09a9f6aab020187ece65e45 (diff) | |
download | gcc-1df7e439e15df663a524df0bbc3aa59617383db0.zip gcc-1df7e439e15df663a524df0bbc3aa59617383db0.tar.gz gcc-1df7e439e15df663a524df0bbc3aa59617383db0.tar.bz2 |
Daily bump.
From-SVN: r60430
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 a9286ac..95b8865 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 20021222 (experimental)"; +const char version_string[] = "3.4 20021223 (experimental)"; /* This is the location of the online document giving instructions for reporting bugs. If you distribute a modified version of GCC, |