diff options
author | gccadmin <gccadmin@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-10-19 00:16:10 +0000 |
---|---|---|
committer | gccadmin <gccadmin@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-10-19 00:16:10 +0000 |
commit | 44595a2145ea5065c4927b24e59c65204213aa16 (patch) | |
tree | c473045801a02d3f4f876aa2d5c99c6f3474a659 /libstdc++-v3 | |
parent | 4a5ad6fabb0d011bec539b1802252e601c6d7e05 (diff) | |
download | gcc-44595a2145ea5065c4927b24e59c65204213aa16.tar.gz |
Daily bump.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@72665 138bc75d-0d04-0410-961f-82ee72b054a4
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 e015084af1e..957dbb2e3a0 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__ 20031018 +#define __GLIBCXX__ 20031019 // Allow use of "export template." This is currently not a feature // that g++ supports. |