diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2002-05-16 07:18:07 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2002-05-16 07:18:07 +0000 |
commit | 2605d809d9fb8d0246c5261f95cd13f6e8b956ce (patch) | |
tree | deb0ae728e91344c9eacc889910711b2af5bc6b6 /libstdc++-v3 | |
parent | b166fadd4b3f7350cd73fab8f9dbfce32eec7c8b (diff) | |
download | gcc-2605d809d9fb8d0246c5261f95cd13f6e8b956ce.zip gcc-2605d809d9fb8d0246c5261f95cd13f6e8b956ce.tar.gz gcc-2605d809d9fb8d0246c5261f95cd13f6e8b956ce.tar.bz2 |
Daily bump.
From-SVN: r53514
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 3433f02..daf8b96 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__ 20020515 +#define __GLIBCPP__ 20020516 // This is necessary until GCC supports separate template // compilation. |