diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2001-12-18 08:16:44 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2001-12-18 08:16:44 +0000 |
commit | 5faa1c16ac4df1d0f08fc5a27afcce0a4b65f720 (patch) | |
tree | c6f4db34d574585dd60b544636cff79cff8dc14b /libstdc++-v3 | |
parent | 8d33a04d8b07d3c678027771ff9ab28e4a366e88 (diff) | |
download | gcc-5faa1c16ac4df1d0f08fc5a27afcce0a4b65f720.zip gcc-5faa1c16ac4df1d0f08fc5a27afcce0a4b65f720.tar.gz gcc-5faa1c16ac4df1d0f08fc5a27afcce0a4b65f720.tar.bz2 |
Daily bump.
From-SVN: r48147
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 0bd9747..54e5f95 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__ 20011217 +#define __GLIBCPP__ 20011218 // This is necessary until GCC supports separate template // compilation. |