diff options
author | gccadmin <gccadmin@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-03-06 08:18:28 +0000 |
---|---|---|
committer | gccadmin <gccadmin@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-03-06 08:18:28 +0000 |
commit | e74146c323db69d660738c3fe6276e25c30c708a (patch) | |
tree | 6ddf616eaaafd05fa774097dd630bb259cf7497a /libstdc++-v3 | |
parent | bedc9c789fa2bd4faf858e1cdf7cec38b8d020d6 (diff) | |
download | gcc-e74146c323db69d660738c3fe6276e25c30c708a.tar.gz |
Daily bump.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@50353 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3')
-rw-r--r-- | libstdc++-v3/include/bits/c++config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libstdc++-v3/include/bits/c++config b/libstdc++-v3/include/bits/c++config index 84f326a3b78..ffc9359e442 100644 --- a/libstdc++-v3/include/bits/c++config +++ b/libstdc++-v3/include/bits/c++config @@ -1,4 +1,4 @@ - // Predefined symbols and macros -*- C++ -*- + // Predefined symbols and macros -*- C++ -*- // Copyright (C) 1997, 1998, 1999, 2000, 2001 Free Software Foundation, Inc. // @@ -34,7 +34,7 @@ #include <bits/os_defines.h> // The current version of the C++ library in compressed ISO date format. -#define __GLIBCPP__ 20020305 +#define __GLIBCPP__ 20020306 // This is necessary until GCC supports separate template // compilation. |