diff options
author | gccadmin <gccadmin@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-09-10 07:16:41 +0000 |
---|---|---|
committer | gccadmin <gccadmin@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-09-10 07:16:41 +0000 |
commit | 2e34a1145846e75baa1a536f04254bb5375c0218 (patch) | |
tree | 51537732a46773bd81c07fee6efeb21aebe93683 /libstdc++-v3 | |
parent | a9460e1f0bc702445e3c5c7ec0814422e3690359 (diff) | |
download | gcc-2e34a1145846e75baa1a536f04254bb5375c0218.tar.gz |
Daily bump.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45499 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 0087f7637b7..59a643b3ccf 100644 --- a/libstdc++-v3/include/bits/c++config +++ b/libstdc++-v3/include/bits/c++config @@ -36,7 +36,7 @@ #include <bits/limits.h> // The current version of the C++ library in compressed ISO date format. -#define __GLIBCPP__ 20010909 +#define __GLIBCPP__ 20010910 // This is necessary until GCC supports separate template // compilation. |