diff options
author | gccadmin <gccadmin@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-02-29 00:16:40 +0000 |
---|---|---|
committer | gccadmin <gccadmin@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-02-29 00:16:40 +0000 |
commit | a451ab6f13e9630e0cd1b60f2492f6abf79a3046 (patch) | |
tree | 454c9865f7074e2b935a58d6a02eb27bc964e3c0 /libstdc++-v3 | |
parent | 322c5c167c876f0cdf90de0eef135ad48f22c18a (diff) | |
download | gcc-a451ab6f13e9630e0cd1b60f2492f6abf79a3046.tar.gz |
Daily bump.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78642 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 d323d90f721..d7311ad0d28 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__ 20040228 +#define __GLIBCXX__ 20040229 // Allow use of "export template." This is currently not a feature // that g++ supports. |