diff options
author | gccadmin <gccadmin@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-05-26 00:16:08 +0000 |
---|---|---|
committer | gccadmin <gccadmin@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-05-26 00:16:08 +0000 |
commit | dd137e46bcf9dd0e55aea61f8a48a8880380f614 (patch) | |
tree | a4629f805005dd1714d793d7c762543f70055f4a /libstdc++-v3 | |
parent | 00d2597175603a4eb31c58f5b07578b0f2376993 (diff) | |
download | gcc-dd137e46bcf9dd0e55aea61f8a48a8880380f614.tar.gz |
Daily bump.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67172 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 17160535b58..02a1e2e5d5a 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__ 20030525 +#define __GLIBCPP__ 20030526 // This is necessary until GCC supports separate template compilation. #define _GLIBCPP_NO_TEMPLATE_EXPORT 1 |