diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2004-10-07 00:17:18 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2004-10-07 00:17:18 +0000 |
commit | d1d525310beefc660673ca07246a4eb14b342503 (patch) | |
tree | 2f8945fceaace48372a056d5b20dbcdb534083cd | |
parent | 4095901c48602abe61b795115db7394e9c56a64b (diff) | |
download | gcc-d1d525310beefc660673ca07246a4eb14b342503.zip gcc-d1d525310beefc660673ca07246a4eb14b342503.tar.gz gcc-d1d525310beefc660673ca07246a4eb14b342503.tar.bz2 |
Daily bump.
[[Split portion of a mixed commit.]]
From-SVN: r88653.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 7142416..c24a0f3 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__ 20041006 +#define __GLIBCXX__ 20041007 // Allow use of "export template." This is currently not a feature // that g++ supports. |