diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2003-12-06 00:16:08 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2003-12-06 00:16:08 +0000 |
commit | 1c9ca54d323e565bbabc8606313b39caeb265ac8 (patch) | |
tree | bc5482ef32516ccd6c0738402b6d31bd0a90850f /libstdc++-v3/include | |
parent | b92be669aa9bbc320969d0296a3af805deb9c785 (diff) | |
download | gcc-1c9ca54d323e565bbabc8606313b39caeb265ac8.zip gcc-1c9ca54d323e565bbabc8606313b39caeb265ac8.tar.gz gcc-1c9ca54d323e565bbabc8606313b39caeb265ac8.tar.bz2 |
Daily bump.
From-SVN: r74354
Diffstat (limited to 'libstdc++-v3/include')
-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 492838b..fd9182b 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__ 20031205 +#define __GLIBCXX__ 20031206 // Allow use of "export template." This is currently not a feature // that g++ supports. |