diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2002-10-02 07:17:13 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2002-10-02 07:17:13 +0000 |
commit | 7217543f1e4d57388d9a3a81483d8f2bc8ff5c9e (patch) | |
tree | 63f35062e34dabce9520c29b074d8a4c74100ae8 | |
parent | a5ae8f192b93ffa56e2f2f25c4d2a00a14c9025b (diff) | |
download | gcc-7217543f1e4d57388d9a3a81483d8f2bc8ff5c9e.zip gcc-7217543f1e4d57388d9a3a81483d8f2bc8ff5c9e.tar.gz gcc-7217543f1e4d57388d9a3a81483d8f2bc8ff5c9e.tar.bz2 |
Daily bump.
From-SVN: r57736
-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 fe306ac..19b435e 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 20021001 (experimental)"; +const char version_string[] = "3.3 20021002 (experimental)"; diff --git a/libstdc++-v3/include/bits/c++config b/libstdc++-v3/include/bits/c++config index 01c98a3..fe05616 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__ 20021001 +#define __GLIBCPP__ 20021002 // This is necessary until GCC supports separate template // compilation. |