OSDN Git Service

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

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

index fc202b3..dd56a23 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "version.h"
 
-const char version_string[] = "3.3 20020928 (experimental)";
+const char version_string[] = "3.3 20020929 (experimental)";
index 1f6f06f..c6db06e 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__ 20020928
+#define __GLIBCPP__ 20020929
 
 // This is necessary until GCC supports separate template
 // compilation.