diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2004-12-08 00:16:21 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2004-12-08 00:16:21 +0000 |
commit | 9492747a48ed3a59798781f8aaacb446f1bace5e (patch) | |
tree | 281216dc6f42d61619fc1a2f001bf9deeceb4c6e /libstdc++-v3 | |
parent | 02fbae83425bb4036cc58963e05460af2e395585 (diff) | |
download | gcc-9492747a48ed3a59798781f8aaacb446f1bace5e.tar.gz |
Daily bump.
From-SVN: r91840
Diffstat (limited to 'libstdc++-v3')
-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 16dfa2f4310..3d09b573666 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__ 20041207 +#define __GLIBCXX__ 20041208 // Allow use of "export template." This is currently not a feature // that g++ supports. |