diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2004-11-18 00:17:18 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2004-11-18 00:17:18 +0000 |
commit | d596ed22a910087ec25e24d8eabfba1cf571b873 (patch) | |
tree | b8fd79a7c3becb2062b5b26e8d6ea042b5964d87 | |
parent | 8cdf5cf1c347c5a2cac90aa6c0fb0e0c1d7910db (diff) | |
download | gcc-d596ed22a910087ec25e24d8eabfba1cf571b873.zip gcc-d596ed22a910087ec25e24d8eabfba1cf571b873.tar.gz gcc-d596ed22a910087ec25e24d8eabfba1cf571b873.tar.bz2 |
Daily bump.
[[Split portion of a mixed commit.]]
From-SVN: r90836.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 74f2e13..3a5d5d7 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__ 20041117 +#define __GLIBCXX__ 20041118 // Allow use of "export template." This is currently not a feature // that g++ supports. |