aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2004-11-23 00:22:02 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2004-11-23 00:22:02 +0000
commit9f699c84e250c1aebb6eed87a0ec2ee628814696 (patch)
treec868dbf13d5a8e3fa38955a4d77cd41d8298b362
parentfe805b993cff03dda9bab4dec50be2c2bb54c600 (diff)
downloadgcc-9f699c84e250c1aebb6eed87a0ec2ee628814696.zip
gcc-9f699c84e250c1aebb6eed87a0ec2ee628814696.tar.gz
gcc-9f699c84e250c1aebb6eed87a0ec2ee628814696.tar.bz2
Daily bump.
[[Split portion of a mixed commit.]] From-SVN: r91054.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 6b0bf5f..d9cdcc2 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__ 20041122
+#define __GLIBCXX__ 20041123
// Allow use of "export template." This is currently not a feature
// that g++ supports.