diff options
author | gccadmin <gccadmin@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-05-28 00:16:06 +0000 |
---|---|---|
committer | gccadmin <gccadmin@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-05-28 00:16:06 +0000 |
commit | 402302d5b3fbcc3421a5617ec56739a13e34d0f7 (patch) | |
tree | 1669a728da84b64dfe1d3117e0523576bc6d5324 /libstdc++-v3 | |
parent | 851a56dc5707afaabd8ef3f90febb3a9aa0c9cb6 (diff) | |
download | gcc-402302d5b3fbcc3421a5617ec56739a13e34d0f7.tar.gz |
Daily bump.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67203 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 5474c662aa3..e6f28dcd716 100644 --- a/libstdc++-v3/include/bits/c++config +++ b/libstdc++-v3/include/bits/c++config @@ -35,7 +35,7 @@ #include <bits/os_defines.h> // The current version of the C++ library in compressed ISO date format. -#define __GLIBCPP__ 20030527 +#define __GLIBCPP__ 20030528 // This is necessary until GCC supports separate template compilation. #define _GLIBCPP_NO_TEMPLATE_EXPORT 1 |