diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2002-10-05 07:17:08 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2002-10-05 07:17:08 +0000 |
commit | fec836256eb5cd5a1e9e2a7d16f2a19797f9f0fb (patch) | |
tree | bb982906750cb79f18fdac9722c1cc043ba09551 | |
parent | f7a21c70b19653e62fe2fa606e15f7c187db56e1 (diff) | |
download | gcc-fec836256eb5cd5a1e9e2a7d16f2a19797f9f0fb.zip gcc-fec836256eb5cd5a1e9e2a7d16f2a19797f9f0fb.tar.gz gcc-fec836256eb5cd5a1e9e2a7d16f2a19797f9f0fb.tar.bz2 |
Daily bump.
From-SVN: r57840
-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 0d75716..1aa9af3 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 20021004 (experimental)"; +const char version_string[] = "3.3 20021005 (experimental)"; diff --git a/libstdc++-v3/include/bits/c++config b/libstdc++-v3/include/bits/c++config index fe981ad..37291e5 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__ 20021004 +#define __GLIBCPP__ 20021005 // This is necessary until GCC supports separate template // compilation. |