Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Sat, 5 Oct 2002 07:17:08 +0000 (07:17 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Sat, 5 Oct 2002 07:17:08 +0000 (07:17 +0000)
From-SVN: r57840

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

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