diff options
author | gccadmin <gccadmin@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-10-08 07:17:07 +0000 |
---|---|---|
committer | gccadmin <gccadmin@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-10-08 07:17:07 +0000 |
commit | 8df830e7fc2cda19042d94cc3f92fc7ccb8ff93e (patch) | |
tree | b72836233bc63d1127be0969238bd7a45f7a89de | |
parent | 6852f2fc61b56ec334882bee99854af11958d7fb (diff) | |
download | gcc-8df830e7fc2cda19042d94cc3f92fc7ccb8ff93e.tar.gz |
Daily bump.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57918 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 8c84749161b..b0c8028f602 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 20021007 (experimental)"; +const char version_string[] = "3.3 20021008 (experimental)"; diff --git a/libstdc++-v3/include/bits/c++config b/libstdc++-v3/include/bits/c++config index 2fa33b6e12d..44c884070c8 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__ 20021007 +#define __GLIBCPP__ 20021008 // This is necessary until GCC supports separate template // compilation. |