diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2004-11-14 00:16:19 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2004-11-14 00:16:19 +0000 |
commit | f7b62acd2a2856955a15ff3cd5fce547ebb25e30 (patch) | |
tree | 76f99bd6a3a61b7999fda23fac742ba589705eff | |
parent | 6b7fd2f5e8599748b4689d4a01ddbd7a8f43f00f (diff) | |
download | gcc-f7b62acd2a2856955a15ff3cd5fce547ebb25e30.zip gcc-f7b62acd2a2856955a15ff3cd5fce547ebb25e30.tar.gz gcc-f7b62acd2a2856955a15ff3cd5fce547ebb25e30.tar.bz2 |
Daily bump.
[[Split portion of a mixed commit.]]
From-SVN: r90604.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 3e7ede3..dd8299e 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__ 20041113 +#define __GLIBCXX__ 20041114 // Allow use of "export template." This is currently not a feature // that g++ supports. |