diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2004-11-15 00:16:47 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2004-11-15 00:16:47 +0000 |
commit | 4d6079e03d5291b4a7e1aae7fd836661c2331fed (patch) | |
tree | 5b2c1483a1135fd62060f2c880da28b4dea37478 | |
parent | 1223dd7cc98fe71dead44e56464aab76c1e67346 (diff) | |
download | gcc-4d6079e03d5291b4a7e1aae7fd836661c2331fed.zip gcc-4d6079e03d5291b4a7e1aae7fd836661c2331fed.tar.gz gcc-4d6079e03d5291b4a7e1aae7fd836661c2331fed.tar.bz2 |
Daily bump.
[[Split portion of a mixed commit.]]
From-SVN: r90644.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 dd8299e..2c4f4cd 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__ 20041114 +#define __GLIBCXX__ 20041115 // Allow use of "export template." This is currently not a feature // that g++ supports. |