aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2004-12-01 00:16:37 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2004-12-01 00:16:37 +0000
commit29b0a291d41c929c8b86f40da25071e09beeb7a6 (patch)
tree64285160b9e6882eabe035fd91f91eb46513f535
parent93e189ede46c364420065c6d9028bab37b3947e3 (diff)
downloadgcc-29b0a291d41c929c8b86f40da25071e09beeb7a6.zip
gcc-29b0a291d41c929c8b86f40da25071e09beeb7a6.tar.gz
gcc-29b0a291d41c929c8b86f40da25071e09beeb7a6.tar.bz2
Daily bump.
[[Split portion of a mixed commit.]] From-SVN: r91548.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 a63bbe0..79deadc 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__ 20041130
+#define __GLIBCXX__ 20041201
// Allow use of "export template." This is currently not a feature
// that g++ supports.