diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2002-06-16 07:33:33 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2002-06-16 07:33:33 +0000 |
commit | 77bb9994b87b68f5b3f194e282754169788f6b9c (patch) | |
tree | 5f6e5ee179f684d1b66adfa0f247894074f01045 /libstdc++-v3 | |
parent | 0797741a00d56380200514247ef171150af8c203 (diff) | |
download | gcc-77bb9994b87b68f5b3f194e282754169788f6b9c.zip gcc-77bb9994b87b68f5b3f194e282754169788f6b9c.tar.gz gcc-77bb9994b87b68f5b3f194e282754169788f6b9c.tar.bz2 |
Daily bump.
From-SVN: r54664
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 fd5fd8b..39db059 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__ 20020615 +#define __GLIBCPP__ 20020616 // This is necessary until GCC supports separate template // compilation. |