diff options
| author | gccadmin <gccadmin@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-09-30 07:17:22 +0000 |
|---|---|---|
| committer | gccadmin <gccadmin@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-09-30 07:17:22 +0000 |
| commit | b4e72d23f87558e169cf9cacaafbbc157ea8ff18 (patch) | |
| tree | efe07d3e9e71d5a5d9026eaabc995ac99db04adf | |
| parent | a730f650572d207341371a7b360dd38c6e8f57de (diff) | |
| download | ppe42-gcc-b4e72d23f87558e169cf9cacaafbbc157ea8ff18.tar.gz ppe42-gcc-b4e72d23f87558e169cf9cacaafbbc157ea8ff18.zip | |
Daily bump.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57643 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 dd56a238d6c..b6a109a1168 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 20020929 (experimental)"; +const char version_string[] = "3.3 20020930 (experimental)"; diff --git a/libstdc++-v3/include/bits/c++config b/libstdc++-v3/include/bits/c++config index c6db06e53fe..607fad71880 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__ 20020929 +#define __GLIBCPP__ 20020930 // This is necessary until GCC supports separate template // compilation. |

