diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2004-11-21 00:16:14 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2004-11-21 00:16:14 +0000 |
commit | 484d0bd6fe6f3242e91ccfcf74cbccc779c88185 (patch) | |
tree | fb238cc25e2a73c987c1d29b6b409cc606661612 | |
parent | 2d15ef3625bc762ae5f5da4af25bd3dac9c0647e (diff) | |
download | gcc-484d0bd6fe6f3242e91ccfcf74cbccc779c88185.zip gcc-484d0bd6fe6f3242e91ccfcf74cbccc779c88185.tar.gz gcc-484d0bd6fe6f3242e91ccfcf74cbccc779c88185.tar.bz2 |
Daily bump.
[[Split portion of a mixed commit.]]
From-SVN: r90973.2
-rw-r--r-- | libstdc++-v3/include/bits/c++config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/include/bits/c++config b/libstdc++-v3/include/bits/c++config index 6672206..b2c234e 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__ 20041120 +#define __GLIBCXX__ 20041121 // Allow use of "export template." This is currently not a feature // that g++ supports. |