diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2003-07-11 00:16:07 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2003-07-11 00:16:07 +0000 |
commit | bd7d2414861e58578527e670202cf9a414b35da4 (patch) | |
tree | ad8df388340bbd5524f4a90d6c2bae875d351d55 /libstdc++-v3 | |
parent | 6b88314c653778739e9f92700c3ae6a94a2a222c (diff) | |
download | gcc-bd7d2414861e58578527e670202cf9a414b35da4.zip gcc-bd7d2414861e58578527e670202cf9a414b35da4.tar.gz gcc-bd7d2414861e58578527e670202cf9a414b35da4.tar.bz2 |
Daily bump.
From-SVN: r69207
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 81c8bc5..a69d6a3 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__ 20030710 +#define __GLIBCXX__ 20030711 // This is necessary until GCC supports separate template compilation. #define _GLIBCXX_NO_TEMPLATE_EXPORT 1 |