diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2001-08-31 07:16:42 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2001-08-31 07:16:42 +0000 |
commit | 06d2bb80020a3b32c913b41d2b52281d2a1aa048 (patch) | |
tree | d169d8692de07039df364df87278077d8aafbc9f /libstdc++-v3 | |
parent | b3ebe23057d9722fe959ce13c8f28001b82a6ea2 (diff) | |
download | gcc-06d2bb80020a3b32c913b41d2b52281d2a1aa048.zip gcc-06d2bb80020a3b32c913b41d2b52281d2a1aa048.tar.gz gcc-06d2bb80020a3b32c913b41d2b52281d2a1aa048.tar.bz2 |
Daily bump.
From-SVN: r45313
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 3c8ad31..e2c95c2 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__ 20010830 +#define __GLIBCPP__ 20010831 // This is necessary until GCC supports separate template // compilation. |