diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2003-01-21 00:17:05 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2003-01-21 00:17:05 +0000 |
commit | aa4fb101f187d86e444f337624150b034f9b03eb (patch) | |
tree | 1fe45c42d5268a9bc2332f364bea4e226f1add9d /libstdc++-v3 | |
parent | a12b5bd9805406ffb64aac8e2ea8c6a0373f3ed3 (diff) | |
download | gcc-aa4fb101f187d86e444f337624150b034f9b03eb.zip gcc-aa4fb101f187d86e444f337624150b034f9b03eb.tar.gz gcc-aa4fb101f187d86e444f337624150b034f9b03eb.tar.bz2 |
Daily bump.
From-SVN: r61523
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 dfb335b..6bf7933 100644 --- a/libstdc++-v3/include/bits/c++config +++ b/libstdc++-v3/include/bits/c++config @@ -34,7 +34,7 @@ #include <bits/os_defines.h> // The current version of the C++ library in compressed ISO date format. -#define __GLIBCPP__ 20030120 +#define __GLIBCPP__ 20030121 // This is necessary until GCC supports separate template // compilation. |