diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2002-12-25 08:18:10 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2002-12-25 08:18:10 +0000 |
commit | b07af07e75ebc73a35d721171d7d4e37d14c24ee (patch) | |
tree | fc2628dcaf179c846b08df5c7302160f5f490f45 /gcc | |
parent | 871d6a01c3944b34858fe6c33018e5fa85e3e9ca (diff) | |
download | gcc-b07af07e75ebc73a35d721171d7d4e37d14c24ee.zip gcc-b07af07e75ebc73a35d721171d7d4e37d14c24ee.tar.gz gcc-b07af07e75ebc73a35d721171d7d4e37d14c24ee.tar.bz2 |
Daily bump.
From-SVN: r60499
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 56c75d0..4ecdf0a 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 20021224 (experimental)"; +const char version_string[] = "3.4 20021225 (experimental)"; /* This is the location of the online document giving instructions for reporting bugs. If you distribute a modified version of GCC, |