diff options
author | gccadmin <gccadmin@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-10-16 07:16:11 +0000 |
---|---|---|
committer | gccadmin <gccadmin@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-10-16 07:16:11 +0000 |
commit | 0d65863137189c734f1d4809f5a25ac46c913653 (patch) | |
tree | e103e1509a3ccb7c52c60ba4407e14e01424ac1f /libstdc++-v3 | |
parent | b8ae419b4b9c44c0788e726e6261a1ee6798de21 (diff) | |
download | gcc-0d65863137189c734f1d4809f5a25ac46c913653.tar.gz |
Daily bump.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46278 138bc75d-0d04-0410-961f-82ee72b054a4
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 c2a16f2637c..60b9e72abbf 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__ 20011015 +#define __GLIBCPP__ 20011016 // This is necessary until GCC supports separate template // compilation. |