Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Mon, 7 Oct 2002 07:19:04 +0000 (07:19 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Mon, 7 Oct 2002 07:19:04 +0000 (07:19 +0000)
From-SVN: r57881

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

index 7efa582..8c84749 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "version.h"
 
-const char version_string[] = "3.3 20021006 (experimental)";
+const char version_string[] = "3.3 20021007 (experimental)";
index 9de830e..2fa33b6 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__ 20021006
+#define __GLIBCPP__ 20021007
 
 // This is necessary until GCC supports separate template
 // compilation.