diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2002-12-31 08:17:44 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2002-12-31 08:17:44 +0000 |
commit | 81ea8a5d3b5abcdc13b3ba2344f9f18c10161705 (patch) | |
tree | 68a16e4f3f5a7a7e422e5ceeeb64d712d8b22efe /gcc | |
parent | c512091192989e5f7e93474124bd7ec879979b81 (diff) | |
download | gcc-81ea8a5d3b5abcdc13b3ba2344f9f18c10161705.zip gcc-81ea8a5d3b5abcdc13b3ba2344f9f18c10161705.tar.gz gcc-81ea8a5d3b5abcdc13b3ba2344f9f18c10161705.tar.bz2 |
Daily bump.
From-SVN: r60682
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 251db43..1655c91 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 20021230 (experimental)"; +const char version_string[] = "3.4 20021231 (experimental)"; /* This is the location of the online document giving instructions for reporting bugs. If you distribute a modified version of GCC, |