diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2001-10-27 07:16:40 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2001-10-27 07:16:40 +0000 |
commit | ba087771c0b6f374aff33c820c686cc4f707a41c (patch) | |
tree | 359c0c2fa963249185b3580e5b17dc97523aa5e5 /libstdc++-v3 | |
parent | a0e16076a28b5dc2b05328dcdcf38f052441b7f4 (diff) | |
download | gcc-ba087771c0b6f374aff33c820c686cc4f707a41c.zip gcc-ba087771c0b6f374aff33c820c686cc4f707a41c.tar.gz gcc-ba087771c0b6f374aff33c820c686cc4f707a41c.tar.bz2 |
Daily bump.
From-SVN: r46563
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 9a546e2..845efe0 100644 --- a/libstdc++-v3/include/bits/c++config +++ b/libstdc++-v3/include/bits/c++config @@ -34,7 +34,7 @@ #include <bits/os_defines.h> // The current version of the C++ library in compressed ISO date format. -#define __GLIBCPP__ 20011026 +#define __GLIBCPP__ 20011027 // This is necessary until GCC supports separate template // compilation. |