diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2001-10-11 07:16:20 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2001-10-11 07:16:20 +0000 |
commit | fd079ba91c196e1d50a170409e6a23b74c852aab (patch) | |
tree | b1a5aa5b1610d9f097b820e2cf358ec79ca9d943 /libstdc++-v3 | |
parent | 84b7230235972947f92045e6281d2a18099b415e (diff) | |
download | gcc-fd079ba91c196e1d50a170409e6a23b74c852aab.zip gcc-fd079ba91c196e1d50a170409e6a23b74c852aab.tar.gz gcc-fd079ba91c196e1d50a170409e6a23b74c852aab.tar.bz2 |
Daily bump.
From-SVN: r46180
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 81c69b6..06b74d7 100644 --- a/libstdc++-v3/include/bits/c++config +++ b/libstdc++-v3/include/bits/c++config @@ -36,7 +36,7 @@ #include <bits/limits.h> // The current version of the C++ library in compressed ISO date format. -#define __GLIBCPP__ 20011010 +#define __GLIBCPP__ 20011011 // This is necessary until GCC supports separate template // compilation. |