diff options
author | gccadmin <gccadmin@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-01-19 00:16:13 +0000 |
---|---|---|
committer | gccadmin <gccadmin@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-01-19 00:16:13 +0000 |
commit | 0803583b224c4b1dd28162a568cdc9e8dd9fa170 (patch) | |
tree | ac66e4928094c63f9f07908123402de82bfff352 /libstdc++-v3 | |
parent | bf83534cfa87c0b13505858a5c8f56621d301db9 (diff) | |
download | gcc-0803583b224c4b1dd28162a568cdc9e8dd9fa170.tar.gz |
Daily bump.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@76128 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 5d34056ede4..8580323ef19 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__ 20040118 +#define __GLIBCXX__ 20040119 // Allow use of "export template." This is currently not a feature // that g++ supports. |