diff options
author | gccadmin <gccadmin@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-02-06 00:17:07 +0000 |
---|---|---|
committer | gccadmin <gccadmin@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-02-06 00:17:07 +0000 |
commit | d30ca8108bdf4098744c6a0c1afed23adf46f519 (patch) | |
tree | e937f68926242be619414722472fe6d22c8ff5a6 /libstdc++-v3 | |
parent | a0294641b2909ac55b088e1b3c7036f47f3cb987 (diff) | |
download | gcc-d30ca8108bdf4098744c6a0c1afed23adf46f519.tar.gz |
Daily bump.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@62462 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 cda776c22da..5bce1567e6a 100644 --- a/libstdc++-v3/include/bits/c++config +++ b/libstdc++-v3/include/bits/c++config @@ -34,7 +34,7 @@ #include <bits/os_defines.h> // The current version of the C++ library in compressed ISO date format. -#define __GLIBCPP__ 20030205 +#define __GLIBCPP__ 20030206 // This is necessary until GCC supports separate template // compilation. |