aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2003-08-06 00:16:11 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2003-08-06 00:16:11 +0000
commit375b855b1314d4a0d5d458d4db4fc2c4796cd910 (patch)
tree9c5d784486b9726fce6865582d12cc98dde87a93
parentc91e999625cc7d3db8adb940c1ca76a29aea518a (diff)
downloadgcc-375b855b1314d4a0d5d458d4db4fc2c4796cd910.zip
gcc-375b855b1314d4a0d5d458d4db4fc2c4796cd910.tar.gz
gcc-375b855b1314d4a0d5d458d4db4fc2c4796cd910.tar.bz2
Daily bump.
[[Split portion of a mixed commit.]] From-SVN: r70197.2
-rw-r--r--libstdc++-v3/include/bits/c++config2
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/include/bits/c++config b/libstdc++-v3/include/bits/c++config
index 9274217..4376f04 100644
--- a/libstdc++-v3/include/bits/c++config
+++ b/libstdc++-v3/include/bits/c++config
@@ -35,7 +35,7 @@
#include <bits/os_defines.h>
// The current version of the C++ library in compressed ISO date format.
-#define __GLIBCXX__ 20030805
+#define __GLIBCXX__ 20030806
// Allow use of "export template." This is currently not a feature
// that g++ supports.