diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2004-06-13 00:16:53 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2004-06-13 00:16:53 +0000 |
commit | 3e7ea383e6b1d713a707ed525bec188324025e1c (patch) | |
tree | 35b2083a5c27642a8fe45b86533a2e68db950416 /libstdc++-v3/include/bits | |
parent | 3cc88877dcea023b6c704a81ad658e5d40e8e28c (diff) | |
download | gcc-3e7ea383e6b1d713a707ed525bec188324025e1c.zip gcc-3e7ea383e6b1d713a707ed525bec188324025e1c.tar.gz gcc-3e7ea383e6b1d713a707ed525bec188324025e1c.tar.bz2 |
Daily bump.
[[Split portion of a mixed commit.]]
From-SVN: r83049.2
Diffstat (limited to 'libstdc++-v3/include/bits')
-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 2b99e90..4476d24 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__ 20040612 +#define __GLIBCXX__ 20040613 // Allow use of "export template." This is currently not a feature // that g++ supports. |