Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Fri, 4 Oct 2002 07:17:11 +0000 (07:17 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Fri, 4 Oct 2002 07:17:11 +0000 (07:17 +0000)
From-SVN: r57810

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

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