diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2005-05-18 00:16:34 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2005-05-18 00:16:34 +0000 |
commit | 9c92f70bdaa9636c0b37f7f49801bad98f96e43c (patch) | |
tree | c0712cae5815761485063c0601cae0685649b328 | |
parent | 2fe6962100d1ae828603431e9d63e1a1169b7f46 (diff) | |
download | gcc-9c92f70bdaa9636c0b37f7f49801bad98f96e43c.zip gcc-9c92f70bdaa9636c0b37f7f49801bad98f96e43c.tar.gz gcc-9c92f70bdaa9636c0b37f7f49801bad98f96e43c.tar.bz2 |
Daily bump.
[[Split portion of a mixed commit.]]
From-SVN: r99871.1
-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 5df8618..0c72f54 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 __GLIBCPP__ 20050517 +#define __GLIBCPP__ 20050518 // This is necessary until GCC supports separate template compilation. #define _GLIBCPP_NO_TEMPLATE_EXPORT 1 |