diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2002-06-26 07:17:54 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2002-06-26 07:17:54 +0000 |
commit | db16cbb9a48e3b03574f8db8c8a42a8fc8bcc52d (patch) | |
tree | 07dfa52408b75ff489354a573ea6b12bb2daad62 /libstdc++-v3 | |
parent | 18fbcbcf9da7f1f574d802204df5cbf2244b4e35 (diff) | |
download | gcc-db16cbb9a48e3b03574f8db8c8a42a8fc8bcc52d.zip gcc-db16cbb9a48e3b03574f8db8c8a42a8fc8bcc52d.tar.gz gcc-db16cbb9a48e3b03574f8db8c8a42a8fc8bcc52d.tar.bz2 |
Daily bump.
From-SVN: r55008
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 2287126..a05fa4b 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__ 20020625 +#define __GLIBCPP__ 20020626 // This is necessary until GCC supports separate template // compilation. |