diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2004-06-19 00:16:19 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2004-06-19 00:16:19 +0000 |
commit | 1c37e0b6e8b036fc3dce3765d195cf57919bed02 (patch) | |
tree | af94183bf0711117caa089a8f5c94799add4c426 | |
parent | f4334c063a8fdc1365bec8e51779f5a5e539c632 (diff) | |
download | gcc-1c37e0b6e8b036fc3dce3765d195cf57919bed02.zip gcc-1c37e0b6e8b036fc3dce3765d195cf57919bed02.tar.gz gcc-1c37e0b6e8b036fc3dce3765d195cf57919bed02.tar.bz2 |
Daily bump.
[[Split portion of a mixed commit.]]
From-SVN: r83377.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 80b07e6..5aa4b1b 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__ 20040618 +#define __GLIBCXX__ 20040619 // Allow use of "export template." This is currently not a feature // that g++ supports. |