diff options
author | gccadmin <gccadmin@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-10-11 00:16:17 +0000 |
---|---|---|
committer | gccadmin <gccadmin@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-10-11 00:16:17 +0000 |
commit | 48dc32ad890dc2a7d4079ee6799aa2a16df4e701 (patch) | |
tree | 0d2f22fa77077caa2bfb3133a6f069befd19a7f3 /libstdc++-v3 | |
parent | 3e71504d2157080858c28f3cd198d305f7430caa (diff) | |
download | gcc-48dc32ad890dc2a7d4079ee6799aa2a16df4e701.tar.gz |
Daily bump.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@88865 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 67b9e605a85..60c34d9384b 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__ 20041010 +#define __GLIBCXX__ 20041011 // Allow use of "export template." This is currently not a feature // that g++ supports. |