Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Wed, 30 Oct 2002 08:17:49 +0000 (08:17 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Wed, 30 Oct 2002 08:17:49 +0000 (08:17 +0000)
From-SVN: r58652

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

index 1c8b57450a5a3c85f5ac3967ddfb88aefef7a0e4..8fc3575985c0c4103e17466f1c7b10732aeed996 100644 (file)
@@ -6,7 +6,7 @@
    please modify this string to indicate that, e.g. by putting your
    organization's name in parentheses at the end of the string.  */
 
-const char version_string[] = "3.3 20021029 (experimental)";
+const char version_string[] = "3.3 20021030 (experimental)";
 
 /* This is the location of the online document giving instructions for
    reporting bugs.  If you distribute a modified version of GCC,
index 391d4c0b88368618bc61f0f2791349bf25b685d8..9095035289841226cfed72f664ac731302ed8b4a 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__ 20021029
+#define __GLIBCPP__ 20021030
 
 // This is necessary until GCC supports separate template
 // compilation.