diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2002-01-29 08:16:33 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2002-01-29 08:16:33 +0000 |
commit | aee25e2d8eaf7610eef9a9ec234f0cd97bc1964b (patch) | |
tree | dc6b7aec5196a3ae74b243b07c0f0c50199e490e /libstdc++-v3 | |
parent | 1a27522615276224fb32f46e9627eef0a9ea30d0 (diff) | |
download | gcc-aee25e2d8eaf7610eef9a9ec234f0cd97bc1964b.zip gcc-aee25e2d8eaf7610eef9a9ec234f0cd97bc1964b.tar.gz gcc-aee25e2d8eaf7610eef9a9ec234f0cd97bc1964b.tar.bz2 |
Daily bump.
From-SVN: r49311
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 953bece..679dd6e 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__ 20020128 +#define __GLIBCPP__ 20020129 // This is necessary until GCC supports separate template // compilation. |