diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2003-08-09 00:16:09 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2003-08-09 00:16:09 +0000 |
commit | 9bea6f9863890313f78c4af8dfcd8a2b8f4baf98 (patch) | |
tree | 8d392d3384ff2cdd7e7b11bead25a40d7787ec39 /libstdc++-v3 | |
parent | af1e551876ffd966d848b5a0789370868114cae6 (diff) | |
download | gcc-9bea6f9863890313f78c4af8dfcd8a2b8f4baf98.tar.gz |
Daily bump.
From-SVN: r70265
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 7dece905bbd..8bb5eb31321 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__ 20030808 +#define __GLIBCXX__ 20030809 // Allow use of "export template." This is currently not a feature // that g++ supports. |