diff options
author | gccadmin <gccadmin@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-06-11 07:17:57 +0000 |
---|---|---|
committer | gccadmin <gccadmin@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-06-11 07:17:57 +0000 |
commit | c5e5b3cc40d45bb6c0945823f8bad7567c6207b7 (patch) | |
tree | b1bd20e7f24abc6d531b2a22c6e0a50e140defc3 /libstdc++-v3 | |
parent | f428aec5712f84933358c074d33c4b2ae9650326 (diff) | |
download | gcc-c5e5b3cc40d45bb6c0945823f8bad7567c6207b7.tar.gz |
Daily bump.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@54492 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 d788359d55d..69af3f5df4b 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__ 20020610 +#define __GLIBCPP__ 20020611 // This is necessary until GCC supports separate template // compilation. |