aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2004-11-04 00:16:19 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2004-11-04 00:16:19 +0000
commit76969785b4d0aa1a2364eb9c7b9d74b5b2a3b49c (patch)
treedba89b196f9671cb2009cbe05237dcb42053ba8e
parent5a42d158119f03ee8b11cfe34f228032e3c3abe2 (diff)
downloadgcc-76969785b4d0aa1a2364eb9c7b9d74b5b2a3b49c.zip
gcc-76969785b4d0aa1a2364eb9c7b9d74b5b2a3b49c.tar.gz
gcc-76969785b4d0aa1a2364eb9c7b9d74b5b2a3b49c.tar.bz2
Daily bump.
[[Split portion of a mixed commit.]] From-SVN: r90044.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 23889bc..5564027 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__ 20041103
+#define __GLIBCXX__ 20041104
// Allow use of "export template." This is currently not a feature
// that g++ supports.