aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2002-12-05 08:17:18 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2002-12-05 08:17:18 +0000
commit9148659d5825c5990c882b3d70c642d3159e4909 (patch)
treea164647afeb51be40b242550036b7c965ac2c69a
parent0c4077f9c7ec677eb1c7270a2be520a9f947c6ab (diff)
downloadgcc-9148659d5825c5990c882b3d70c642d3159e4909.zip
gcc-9148659d5825c5990c882b3d70c642d3159e4909.tar.gz
gcc-9148659d5825c5990c882b3d70c642d3159e4909.tar.bz2
Daily bump.
From-SVN: r59854
-rw-r--r--gcc/version.c2
-rw-r--r--libstdc++-v3/include/bits/c++config2
2 files changed, 2 insertions, 2 deletions
diff --git a/gcc/version.c b/gcc/version.c
index 7d2e924..c2316ec 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 20021204 (experimental)";
+const char version_string[] = "3.3 20021205 (experimental)";
/* This is the location of the online document giving instructions for
reporting bugs. If you distribute a modified version of GCC,
diff --git a/libstdc++-v3/include/bits/c++config b/libstdc++-v3/include/bits/c++config
index 80a4ee0..6f2b7e2 100644
--- a/libstdc++-v3/include/bits/c++config
+++ b/libstdc++-v3/include/bits/c++config
@@ -34,7 +34,7 @@
#include <bits/os_defines.h>
// The current version of the C++ library in compressed ISO date format.
-#define __GLIBCPP__ 20021204
+#define __GLIBCPP__ 20021205
// This is necessary until GCC supports separate template
// compilation.