diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2003-09-12 00:16:07 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2003-09-12 00:16:07 +0000 |
commit | e4bee82f89b273c15b0b364aa9cf22bb121673b4 (patch) | |
tree | 5023519b7493fc93fe1b860bc9ee5a2f7b100e96 /libstdc++-v3 | |
parent | 6350c02cb6a7cdbd69403046fe466a9ea1367934 (diff) | |
download | gcc-e4bee82f89b273c15b0b364aa9cf22bb121673b4.tar.gz |
Daily bump.
From-SVN: r71325
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 78ded3f1129..c3f54fe0ab1 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__ 20030911 +#define __GLIBCXX__ 20030912 // Allow use of "export template." This is currently not a feature // that g++ supports. |