diff options
author | gccadmin <gccadmin@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-08-23 00:16:21 +0000 |
---|---|---|
committer | gccadmin <gccadmin@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-08-23 00:16:21 +0000 |
commit | 035d42720e046e6035cafb5983c124ca787b5708 (patch) | |
tree | 651e0284566e4a4413ecb6d186910052f3102735 /libstdc++-v3 | |
parent | c578459ea51495bcec81d841c2b9e4e9fc7b6171 (diff) | |
download | gcc-035d42720e046e6035cafb5983c124ca787b5708.tar.gz |
Daily bump.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@86392 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 4be77a5f99a..db1ff212cef 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__ 20040822 +#define __GLIBCXX__ 20040823 // Allow use of "export template." This is currently not a feature // that g++ supports. |