diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2003-10-16 00:16:06 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2003-10-16 00:16:06 +0000 |
commit | 4d67c1990bdd9138033821598910669eac45036e (patch) | |
tree | 9fbdb18bc3e342b959c43bc950a7d881cef82a32 /libstdc++-v3 | |
parent | 2344a722aac7fd26bf3a9e571e948d4d0481f5c8 (diff) | |
download | gcc-4d67c1990bdd9138033821598910669eac45036e.zip gcc-4d67c1990bdd9138033821598910669eac45036e.tar.gz gcc-4d67c1990bdd9138033821598910669eac45036e.tar.bz2 |
Daily bump.
From-SVN: r72541
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 bcf9428..f0c3436 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__ 20031015 +#define __GLIBCXX__ 20031016 // Allow use of "export template." This is currently not a feature // that g++ supports. |