diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2004-10-31 00:16:45 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2004-10-31 00:16:45 +0000 |
commit | 13747d3edad2812390d0f46c0ede0a7aa03442f4 (patch) | |
tree | aab9861ca634c555681f1a530a8f6b186ae862cd | |
parent | 01e42ec13f725d0650b43b050d3402a48ea4b5ec (diff) | |
download | gcc-13747d3edad2812390d0f46c0ede0a7aa03442f4.zip gcc-13747d3edad2812390d0f46c0ede0a7aa03442f4.tar.gz gcc-13747d3edad2812390d0f46c0ede0a7aa03442f4.tar.bz2 |
Daily bump.
[[Split portion of a mixed commit.]]
From-SVN: r89905.2
-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 e57bc6f..3921055 100644 --- a/libstdc++-v3/include/bits/c++config +++ b/libstdc++-v3/include/bits/c++config @@ -35,7 +35,7 @@ #include <bits/os_defines.h> // The current version of the C++ library in compressed ISO date format. -#define __GLIBCXX__ 20041030 +#define __GLIBCXX__ 20041031 // Allow use of "export template." This is currently not a feature // that g++ supports. |