diff options
author | gccadmin <gccadmin@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-09-08 00:16:23 +0000 |
---|---|---|
committer | gccadmin <gccadmin@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-09-08 00:16:23 +0000 |
commit | 97307e4d7dc6478c0d70de1816c9009a100f5542 (patch) | |
tree | 1c5cc406187bf674623e445bc358b6a625f31cc2 | |
parent | 3a5fd138bba5e3e8d1fb5a18ab69a7be5ef035f8 (diff) | |
download | gcc-97307e4d7dc6478c0d70de1816c9009a100f5542.tar.gz |
Daily bump.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@87165 138bc75d-0d04-0410-961f-82ee72b054a4
-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 70e985d78c0..1f069a6f08a 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__ 20040907 +#define __GLIBCXX__ 20040908 // Allow use of "export template." This is currently not a feature // that g++ supports. |