diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2004-07-22 00:16:15 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2004-07-22 00:16:15 +0000 |
commit | 7761cda3b43db109445811366799e8e269cd80df (patch) | |
tree | 8c8d6f5bb96f43e31d73c3da116bb6c8f5999070 /libstdc++-v3/include | |
parent | e508a0190bcea40145bd040532cdcce39cd22fcb (diff) | |
download | gcc-7761cda3b43db109445811366799e8e269cd80df.zip gcc-7761cda3b43db109445811366799e8e269cd80df.tar.gz gcc-7761cda3b43db109445811366799e8e269cd80df.tar.bz2 |
Daily bump.
From-SVN: r85027
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 f5283eb..3f95d24 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__ 20040721 +#define __GLIBCXX__ 20040722 // Allow use of "export template." This is currently not a feature // that g++ supports. |