OSDN Git Service

Daily bump.
authorgccadmin <gccadmin@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 1 Oct 2002 07:17:08 +0000 (07:17 +0000)
committergccadmin <gccadmin@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 1 Oct 2002 07:17:08 +0000 (07:17 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57681 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/version.c
libstdc++-v3/include/bits/c++config

index b6a109a..fe306ac 100644 (file)
@@ -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)";
index 607fad7..01c98a3 100644 (file)
@@ -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.