diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2003-04-29 00:17:06 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2003-04-29 00:17:06 +0000 |
commit | 3e1be8c1b1da6e8a423260c65cdaaec64fa37ea7 (patch) | |
tree | c4536c990f7043766959516da62e64bc387f024d /libstdc++-v3 | |
parent | 479a181108ee58622576b205b86793d42e964cbc (diff) | |
download | gcc-3e1be8c1b1da6e8a423260c65cdaaec64fa37ea7.zip gcc-3e1be8c1b1da6e8a423260c65cdaaec64fa37ea7.tar.gz gcc-3e1be8c1b1da6e8a423260c65cdaaec64fa37ea7.tar.bz2 |
Daily bump.
From-SVN: r66200
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 21c1067..1074901 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__ 20030428 +#define __GLIBCPP__ 20030429 // This is necessary until GCC supports separate template compilation. #define _GLIBCPP_NO_TEMPLATE_EXPORT 1 |