aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2004-11-02 00:16:20 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2004-11-02 00:16:20 +0000
commit8bf639fa5e1887d9313c9a251cfe550033708bef (patch)
tree500129507c2330ffb2e1c2b92637a190ed3ac6d6
parent02760107375b1ef2e2dc5f05881d8aa8d55a3dd0 (diff)
downloadgcc-8bf639fa5e1887d9313c9a251cfe550033708bef.zip
gcc-8bf639fa5e1887d9313c9a251cfe550033708bef.tar.gz
gcc-8bf639fa5e1887d9313c9a251cfe550033708bef.tar.bz2
Daily bump.
[[Split portion of a mixed commit.]] From-SVN: r89968.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 642dc37..1569596 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__ 20041101
+#define __GLIBCXX__ 20041102
// Allow use of "export template." This is currently not a feature
// that g++ supports.