diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2004-11-22 00:16:21 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2004-11-22 00:16:21 +0000 |
commit | 7fb3dd8b751e9dfb6b38aa6c937f6d97a28d7c5a (patch) | |
tree | 033be18e4f64066e31bb0a3b5340fde9b6c5ae61 /libstdc++-v3 | |
parent | 0a31a038d247601be120c8585f4897f1b4bbbc77 (diff) | |
download | gcc-7fb3dd8b751e9dfb6b38aa6c937f6d97a28d7c5a.zip gcc-7fb3dd8b751e9dfb6b38aa6c937f6d97a28d7c5a.tar.gz gcc-7fb3dd8b751e9dfb6b38aa6c937f6d97a28d7c5a.tar.bz2 |
Daily bump.
[[Split portion of a mixed commit.]]
From-SVN: r90993.2
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 b2c234e..6b0bf5f 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__ 20041121 +#define __GLIBCXX__ 20041122 // Allow use of "export template." This is currently not a feature // that g++ supports. |