diff options
author | gccadmin <gccadmin@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-02-15 00:17:03 +0000 |
---|---|---|
committer | gccadmin <gccadmin@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-02-15 00:17:03 +0000 |
commit | 4d9fa6a8230b4ac0e27c26e3b3c978e59b304a76 (patch) | |
tree | a1d38dc04e463c09f0c37a7f5bfab89e794d2f1e /libstdc++-v3 | |
parent | 1990168997a2a2af1050e5cf4f21a41ed050c807 (diff) | |
download | gcc-4d9fa6a8230b4ac0e27c26e3b3c978e59b304a76.tar.gz |
Daily bump.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@62931 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 1cea32109e7..4e3272bd5a7 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__ 20030214 +#define __GLIBCPP__ 20030215 // This is necessary until GCC supports separate template compilation. #define _GLIBCPP_NO_TEMPLATE_EXPORT 1 |