aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2002-12-11 08:17:16 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2002-12-11 08:17:16 +0000
commit98435201e0d5b8d25806df9c1dce004f98f7e807 (patch)
tree5439b3f38018b16b9e9a7f9d819e501c81034613
parentb5f6893d0e63ae4b60ef902e558ced3c71edd5b4 (diff)
Daily bump.
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@60030 138bc75d-0d04-0410-961f-82ee72b054a4
-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 0090c2d32cc..f6366e50d7c 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 20021210 (experimental)";
+const char version_string[] = "3.3 20021211 (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 b8e7ac4c8c6..d13e2552420 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__ 20021210
+#define __GLIBCPP__ 20021211
// This is necessary until GCC supports separate template
// compilation.