diff options
author | gccadmin <gccadmin@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-05-07 00:16:07 +0000 |
---|---|---|
committer | gccadmin <gccadmin@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-05-07 00:16:07 +0000 |
commit | 90225654857f756b3dbb85a9ca5fe17b28e0bfac (patch) | |
tree | 52bfe9716a51a7d0bf129939c6add3f5bbd96b7c /libstdc++-v3 | |
parent | ede3bf5c29c414913d9b2876d1a705a15216e0c9 (diff) | |
download | gcc-90225654857f756b3dbb85a9ca5fe17b28e0bfac.tar.gz |
Daily bump.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@66544 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 4ef56e54e0d..a8f571484a9 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__ 20030506 +#define __GLIBCPP__ 20030507 // This is necessary until GCC supports separate template compilation. #define _GLIBCPP_NO_TEMPLATE_EXPORT 1 |