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

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

index b084c4451b3f2ef50790393fb6225a3cee22f682..01dacd43e1fc81c2451f5d1d679a43dc29abf2fe 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 20021018 (experimental)";
+const char version_string[] = "3.3 20021019 (experimental)";
 
 /* This is the location of the online document giving instructions for
    reporting bugs.  If you distribute a modified version of GCC,
index 05f2f5a0bfcba094e53a129013043cb7ead93794..f0ec75c1c34f6b0395aa1ed39b2b5e13049cea77 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__ 20021018
+#define __GLIBCPP__ 20021019
 
 // This is necessary until GCC supports separate template
 // compilation.