diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2004-07-13 00:16:13 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2004-07-13 00:16:13 +0000 |
commit | d39a988094cb4f74b1e52a8f08b6a60506c02f1e (patch) | |
tree | 43488f4c01402ba5eb4656ac1a52dc0f3abf3543 /libstdc++-v3/include | |
parent | eee6792b41e7b640ab804caacade28b67f06c918 (diff) | |
download | gcc-d39a988094cb4f74b1e52a8f08b6a60506c02f1e.zip gcc-d39a988094cb4f74b1e52a8f08b6a60506c02f1e.tar.gz gcc-d39a988094cb4f74b1e52a8f08b6a60506c02f1e.tar.bz2 |
Daily bump.
From-SVN: r84592
Diffstat (limited to 'libstdc++-v3/include')
-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 1a28775..550b000 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__ 20040712 +#define __GLIBCXX__ 20040713 // Allow use of "export template." This is currently not a feature // that g++ supports. |