diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2002-07-23 07:17:57 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2002-07-23 07:17:57 +0000 |
commit | 1e7a2d3fd5f519570dd4ba7c35b790c087543821 (patch) | |
tree | c27634f053bc5309bd93035768dafabd33982df1 /libstdc++-v3 | |
parent | d22eda7b9af46119714478ebe2abd7bfbc1da600 (diff) | |
download | gcc-1e7a2d3fd5f519570dd4ba7c35b790c087543821.zip gcc-1e7a2d3fd5f519570dd4ba7c35b790c087543821.tar.gz gcc-1e7a2d3fd5f519570dd4ba7c35b790c087543821.tar.bz2 |
Daily bump.
From-SVN: r55673
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 2de6c79..8a2ef85 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__ 20020722 +#define __GLIBCPP__ 20020723 // This is necessary until GCC supports separate template // compilation. |