diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2003-09-01 00:16:08 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2003-09-01 00:16:08 +0000 |
commit | 754c70772172cf8106c68a9c45edc4ac3bdecff8 (patch) | |
tree | dae785120e7425d313ec0fbdbef032b476c2355b /libstdc++-v3 | |
parent | c406e7795763688e768784005772a020636e7a2e (diff) | |
download | gcc-754c70772172cf8106c68a9c45edc4ac3bdecff8.zip gcc-754c70772172cf8106c68a9c45edc4ac3bdecff8.tar.gz gcc-754c70772172cf8106c68a9c45edc4ac3bdecff8.tar.bz2 |
Daily bump.
From-SVN: r70970
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 7a982ac..3ee8408 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__ 20030831 +#define __GLIBCXX__ 20030901 // Allow use of "export template." This is currently not a feature // that g++ supports. |