Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Sun, 6 Oct 2002 07:17:10 +0000 (07:17 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Sun, 6 Oct 2002 07:17:10 +0000 (07:17 +0000)
From-SVN: r57859

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

index 1aa9af3304f61789452743988a78d99b3003ed84..7efa582a6808da81e78f3423722df94c63a5bec7 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "version.h"
 
-const char version_string[] = "3.3 20021005 (experimental)";
+const char version_string[] = "3.3 20021006 (experimental)";
index 37291e5685a7f53a098019b66186b05846047398..9de830eb579a0155e3451a4281fca47f149d62c0 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__ 20021005
+#define __GLIBCPP__ 20021006
 
 // This is necessary until GCC supports separate template
 // compilation.