diff options
author | gccadmin <gccadmin@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-01-07 00:16:18 +0000 |
---|---|---|
committer | gccadmin <gccadmin@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-01-07 00:16:18 +0000 |
commit | 31a906326a9895da83885e56cabad479e98a8362 (patch) | |
tree | bc151e99b425d664841832ff02bdf2684821da5d /libstdc++-v3 | |
parent | 331e13f99a41ea2b7f74a09add3ff8cc560bca5c (diff) | |
download | gcc-31a906326a9895da83885e56cabad479e98a8362.tar.gz |
Daily bump.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@93018 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 e2757ae6491..ff65e61e79f 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__ 20050106 +#define __GLIBCXX__ 20050107 // Allow use of "export template." This is currently not a feature // that g++ supports. |