diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2002-01-20 08:16:10 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2002-01-20 08:16:10 +0000 |
commit | ba3a12b34f4829b4d01fceab625fbaff7a579e04 (patch) | |
tree | 717199e4d11d12e99fc39dd9c56eec9b66070c8e /libstdc++-v3 | |
parent | 3807621a13b69e6b12fbae5d4667c696c0898da2 (diff) | |
download | gcc-ba3a12b34f4829b4d01fceab625fbaff7a579e04.zip gcc-ba3a12b34f4829b4d01fceab625fbaff7a579e04.tar.gz gcc-ba3a12b34f4829b4d01fceab625fbaff7a579e04.tar.bz2 |
Daily bump.
From-SVN: r49017
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 1dcf39a..741fbaa 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__ 20020119 +#define __GLIBCPP__ 20020120 // This is necessary until GCC supports separate template // compilation. |