diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2002-10-01 07:17:08 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2002-10-01 07:17:08 +0000 |
commit | fac3fa281dd4f1842ee804ef525cda568872ae45 (patch) | |
tree | 87d0d685314e0a2e1ae4e49c89e4755f756e5cf9 | |
parent | d74732f5cd87b68aed10ea3fcfcb24171b9f5d67 (diff) | |
download | gcc-fac3fa281dd4f1842ee804ef525cda568872ae45.zip gcc-fac3fa281dd4f1842ee804ef525cda568872ae45.tar.gz gcc-fac3fa281dd4f1842ee804ef525cda568872ae45.tar.bz2 |
Daily bump.
From-SVN: r57681
-rw-r--r-- | gcc/version.c | 2 | ||||
-rw-r--r-- | libstdc++-v3/include/bits/c++config | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/gcc/version.c b/gcc/version.c index b6a109a..fe306ac 100644 --- a/gcc/version.c +++ b/gcc/version.c @@ -1,4 +1,4 @@ #include "ansidecl.h" #include "version.h" -const char version_string[] = "3.3 20020930 (experimental)"; +const char version_string[] = "3.3 20021001 (experimental)"; diff --git a/libstdc++-v3/include/bits/c++config b/libstdc++-v3/include/bits/c++config index 607fad7..01c98a3 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__ 20020930 +#define __GLIBCPP__ 20021001 // This is necessary until GCC supports separate template // compilation. |