diff options
author | gccadmin <gccadmin@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-05-10 07:17:05 +0000 |
---|---|---|
committer | gccadmin <gccadmin@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-05-10 07:17:05 +0000 |
commit | bd5d65ec6e5cea764c243fd25f03b0d7ba752241 (patch) | |
tree | 6ac340d379333ccd625999983e238570edc7862b /libstdc++-v3 | |
parent | 1e3457341bd9700d5c76b1d227b6016892e52fa9 (diff) | |
download | gcc-bd5d65ec6e5cea764c243fd25f03b0d7ba752241.tar.gz |
Daily bump.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@53358 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 b6b343e7c93..18ceb0d371a 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__ 20020509 +#define __GLIBCPP__ 20020510 // This is necessary until GCC supports separate template // compilation. |