diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2003-05-16 00:16:07 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2003-05-16 00:16:07 +0000 |
commit | de80c1e35952cf9b31edc3794f48d1c29513dd04 (patch) | |
tree | da3e48d19866cf8ba9e6a370c307212723ec06f6 /libstdc++-v3 | |
parent | e3033a2240395246cdfce0197c39162e02c71995 (diff) | |
download | gcc-de80c1e35952cf9b31edc3794f48d1c29513dd04.zip gcc-de80c1e35952cf9b31edc3794f48d1c29513dd04.tar.gz gcc-de80c1e35952cf9b31edc3794f48d1c29513dd04.tar.bz2 |
Daily bump.
From-SVN: r66850
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 6f13010..ce71c3b 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__ 20030515 +#define __GLIBCPP__ 20030516 // This is necessary until GCC supports separate template compilation. #define _GLIBCPP_NO_TEMPLATE_EXPORT 1 |