aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2004-10-08 00:16:13 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2004-10-08 00:16:13 +0000
commit9c049d380856cf7ca9533b7c5bacf7ce1895f07d (patch)
treef2d0bd2952be3c53f8e33bd2f7bedbf8470f1725
parentf2061b07be7a79a210e0a2d3c055804b6f03aac7 (diff)
downloadgcc-9c049d380856cf7ca9533b7c5bacf7ce1895f07d.zip
gcc-9c049d380856cf7ca9533b7c5bacf7ce1895f07d.tar.gz
gcc-9c049d380856cf7ca9533b7c5bacf7ce1895f07d.tar.bz2
Daily bump.
[[Split portion of a mixed commit.]] From-SVN: r88724.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 c24a0f3..0a0950d 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__ 20041007
+#define __GLIBCXX__ 20041008
// Allow use of "export template." This is currently not a feature
// that g++ supports.