diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2004-10-19 00:16:15 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2004-10-19 00:16:15 +0000 |
commit | df484c6bbc575b64ee5d5b02f20b54afd6cf1988 (patch) | |
tree | f39739fdefac38a0a8171f6c62dd7c8f9cd7de2c | |
parent | 772024bf45c4d9176bd0d72d128ed1f7231fc836 (diff) | |
download | gcc-df484c6bbc575b64ee5d5b02f20b54afd6cf1988.zip gcc-df484c6bbc575b64ee5d5b02f20b54afd6cf1988.tar.gz gcc-df484c6bbc575b64ee5d5b02f20b54afd6cf1988.tar.bz2 |
Daily bump.
[[Split portion of a mixed commit.]]
From-SVN: r89262.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 af44509..f9e01b0 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__ 20041018 +#define __GLIBCXX__ 20041019 // Allow use of "export template." This is currently not a feature // that g++ supports. |