diff options
author | gccadmin <gccadmin@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-09-19 07:16:16 +0000 |
---|---|---|
committer | gccadmin <gccadmin@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-09-19 07:16:16 +0000 |
commit | e2524639c019b0d35d54f9632f1ca407746e6d69 (patch) | |
tree | fa4f5cd55bdd8d21dd1317442c5feec937bcd50c /libstdc++-v3 | |
parent | 471c8d6fa3a1dede2c1ed1f9e0838bf90011e5f4 (diff) | |
download | gcc-e2524639c019b0d35d54f9632f1ca407746e6d69.tar.gz |
Daily bump.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45688 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 3a386c6f280..8284f939981 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__ 20010918 +#define __GLIBCPP__ 20010919 // This is necessary until GCC supports separate template // compilation. |