diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2004-06-02 00:16:15 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2004-06-02 00:16:15 +0000 |
commit | 1e2a2bdc35afe7bbab8d92226882e2494644bc08 (patch) | |
tree | 091d6a9b682889334462a39c1ccae0e9daa3508a | |
parent | ff2adb9d23ba70c0f68dec2093395a8f3d09655f (diff) | |
download | gcc-1e2a2bdc35afe7bbab8d92226882e2494644bc08.zip gcc-1e2a2bdc35afe7bbab8d92226882e2494644bc08.tar.gz gcc-1e2a2bdc35afe7bbab8d92226882e2494644bc08.tar.bz2 |
Daily bump.
[[Split portion of a mixed commit.]]
From-SVN: r82566.2
-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 6cb877d..06a4b9c 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__ 20040601 +#define __GLIBCXX__ 20040602 // Allow use of "export template." This is currently not a feature // that g++ supports. |