diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2004-10-28 00:16:23 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2004-10-28 00:16:23 +0000 |
commit | 02c2429ce922484805a33f28cdc3b29a7e801b83 (patch) | |
tree | dbb11aa43c273cff7b9b4fe9759b992bf33415f8 | |
parent | 821d7b632b54ae9fba0f17e16071ee89d393822f (diff) | |
download | gcc-02c2429ce922484805a33f28cdc3b29a7e801b83.zip gcc-02c2429ce922484805a33f28cdc3b29a7e801b83.tar.gz gcc-02c2429ce922484805a33f28cdc3b29a7e801b83.tar.bz2 |
Daily bump.
[[Split portion of a mixed commit.]]
From-SVN: r89721.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 8912a70..302dda6 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__ 20041027 +#define __GLIBCXX__ 20041028 // Allow use of "export template." This is currently not a feature // that g++ supports. |