diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2002-07-28 07:17:06 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2002-07-28 07:17:06 +0000 |
commit | 3e75a2f99d191267d767d11e8e1900c1e409c80f (patch) | |
tree | e33b7858fe4928e5173fd91bae4216b48287e3b7 /libstdc++-v3 | |
parent | c2ef6d3492e6841875485f2923ee810f7c7ae5b8 (diff) | |
download | gcc-3e75a2f99d191267d767d11e8e1900c1e409c80f.zip gcc-3e75a2f99d191267d767d11e8e1900c1e409c80f.tar.gz gcc-3e75a2f99d191267d767d11e8e1900c1e409c80f.tar.bz2 |
Daily bump.
From-SVN: r55813
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 7e26c8b..e4236b3 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__ 20020727 +#define __GLIBCPP__ 20020728 // This is necessary until GCC supports separate template // compilation. |