diff options
author | gccadmin <gccadmin@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-09-12 00:16:07 +0000 |
---|---|---|
committer | gccadmin <gccadmin@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-09-12 00:16:07 +0000 |
commit | 4779f708f3cc2c46be0a530fcb0188d4b55d8496 (patch) | |
tree | 5023519b7493fc93fe1b860bc9ee5a2f7b100e96 /libstdc++-v3 | |
parent | f397026ae36c2e23553d905c27f95b7eac53677e (diff) | |
download | ppe42-gcc-4779f708f3cc2c46be0a530fcb0188d4b55d8496.tar.gz ppe42-gcc-4779f708f3cc2c46be0a530fcb0188d4b55d8496.zip |
Daily bump.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@71325 138bc75d-0d04-0410-961f-82ee72b054a4
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 78ded3f1129..c3f54fe0ab1 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__ 20030911 +#define __GLIBCXX__ 20030912 // Allow use of "export template." This is currently not a feature // that g++ supports. |