aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2002-12-07 08:17:27 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2002-12-07 08:17:27 +0000
commitf71d0a9529d4390c474711c1e1e21d9b0c79f2b1 (patch)
treea42a90c83e5480c355709f5d42a4585c0cdd5b9f
parent2a598b3ac18021d6ed0ae4978aa1e1f85a841f4c (diff)
downloadgcc-f71d0a9529d4390c474711c1e1e21d9b0c79f2b1.zip
gcc-f71d0a9529d4390c474711c1e1e21d9b0c79f2b1.tar.gz
gcc-f71d0a9529d4390c474711c1e1e21d9b0c79f2b1.tar.bz2
Daily bump.
From-SVN: r59910
-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 14b6377..2cae0df 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 20021206 (experimental)";
+const char version_string[] = "3.3 20021207 (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 e3414da..be6f9e4 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__ 20021206
+#define __GLIBCPP__ 20021207
// This is necessary until GCC supports separate template
// compilation.