diff options
author | gccadmin <gccadmin@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-09-16 07:16:41 +0000 |
---|---|---|
committer | gccadmin <gccadmin@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-09-16 07:16:41 +0000 |
commit | 97ae6ad55d84e55171435b6690fede9b881ea807 (patch) | |
tree | b6ecd590dd7db06c6dfe5e5693f02526bb7ad321 /libstdc++-v3 | |
parent | 2af9221e37abe6540c290595719dedfb72721c6a (diff) | |
download | gcc-97ae6ad55d84e55171435b6690fede9b881ea807.tar.gz |
Daily bump.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45644 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 56fd82fdefe..ef8885fe249 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__ 20010915 +#define __GLIBCPP__ 20010916 // This is necessary until GCC supports separate template // compilation. |