diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2002-06-15 07:17:26 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2002-06-15 07:17:26 +0000 |
commit | 2313d59405eb165d70bbdd81bb1914ab1eddd1d8 (patch) | |
tree | ae653bcebd0ee5023e3bb7c1d1819c5d38e8741b /libstdc++-v3 | |
parent | 8773135d94b76e9c8aedddbc2a572737bcb5780e (diff) | |
download | gcc-2313d59405eb165d70bbdd81bb1914ab1eddd1d8.zip gcc-2313d59405eb165d70bbdd81bb1914ab1eddd1d8.tar.gz gcc-2313d59405eb165d70bbdd81bb1914ab1eddd1d8.tar.bz2 |
Daily bump.
From-SVN: r54642
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 8d437a8..fd5fd8b 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__ 20020614 +#define __GLIBCPP__ 20020615 // This is necessary until GCC supports separate template // compilation. |