OSDN Git Service

Daily bump.
authorgccadmin <gccadmin@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 30 Sep 2002 07:17:22 +0000 (07:17 +0000)
committergccadmin <gccadmin@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 30 Sep 2002 07:17:22 +0000 (07:17 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57643 138bc75d-0d04-0410-961f-82ee72b054a4

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

index dd56a23..b6a109a 100644 (file)
@@ -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)";
index c6db06e..607fad7 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__ 20020929
+#define __GLIBCPP__ 20020930
 
 // This is necessary until GCC supports separate template
 // compilation.