diff options
| author | gccadmin <gccadmin@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-10-01 07:17:08 +0000 |
|---|---|---|
| committer | gccadmin <gccadmin@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-10-01 07:17:08 +0000 |
| commit | af844b025f0ee335cafeafc2fe37994bf0fb9709 (patch) | |
| tree | 87d0d685314e0a2e1ae4e49c89e4755f756e5cf9 | |
| parent | 1834f2d6e707af5e33654167ac0b3844210764c3 (diff) | |
| download | ppe42-gcc-af844b025f0ee335cafeafc2fe37994bf0fb9709.tar.gz ppe42-gcc-af844b025f0ee335cafeafc2fe37994bf0fb9709.zip | |
Daily bump.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57681 138bc75d-0d04-0410-961f-82ee72b054a4
| -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 b6a109a1168..fe306ac5170 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 607fad71880..01c98a32ea7 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. |

