diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2003-12-16 00:16:08 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2003-12-16 00:16:08 +0000 |
commit | 48b5158caa2376635b00ff72ea8946b461645696 (patch) | |
tree | e3b78f799829698c07d1c252af3a6dbcd5f7b9fb /libstdc++-v3 | |
parent | 91daef582a7ed85c48c3f2ee163130dceed26448 (diff) | |
download | gcc-48b5158caa2376635b00ff72ea8946b461645696.zip gcc-48b5158caa2376635b00ff72ea8946b461645696.tar.gz gcc-48b5158caa2376635b00ff72ea8946b461645696.tar.bz2 |
Daily bump.
From-SVN: r74658
Diffstat (limited to 'libstdc++-v3')
-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 faa34bf4..5a879e9 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__ 20031215 +#define __GLIBCXX__ 20031216 // Allow use of "export template." This is currently not a feature // that g++ supports. |