diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2001-11-21 08:16:23 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2001-11-21 08:16:23 +0000 |
commit | a558c691e1e5042060a962899d8a2d0881010653 (patch) | |
tree | 75a823fa461fde022eb2a8ccb4bf1971c33c0eae /libstdc++-v3 | |
parent | 669350302abca6ce69b722ba44c9b148ffc71329 (diff) | |
download | gcc-a558c691e1e5042060a962899d8a2d0881010653.zip gcc-a558c691e1e5042060a962899d8a2d0881010653.tar.gz gcc-a558c691e1e5042060a962899d8a2d0881010653.tar.bz2 |
Daily bump.
From-SVN: r47235
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 881c4e5..aedee7e 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__ 20011120 +#define __GLIBCPP__ 20011121 // This is necessary until GCC supports separate template // compilation. |