diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2004-07-02 00:16:12 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2004-07-02 00:16:12 +0000 |
commit | f16ee2a09a939e126594865c4bf7f0c9df5785db (patch) | |
tree | 2ad9d5a00e13175a7cf78801c6773ec1e580965e /libstdc++-v3/include | |
parent | 656c7a3a1a533d467f9564259cb0d76ed62f029b (diff) | |
download | gcc-f16ee2a09a939e126594865c4bf7f0c9df5785db.zip gcc-f16ee2a09a939e126594865c4bf7f0c9df5785db.tar.gz gcc-f16ee2a09a939e126594865c4bf7f0c9df5785db.tar.bz2 |
Daily bump.
From-SVN: r84006
Diffstat (limited to 'libstdc++-v3/include')
-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 17adf66..fdf022f 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__ 20040701 +#define __GLIBCXX__ 20040702 // Allow use of "export template." This is currently not a feature // that g++ supports. |