Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Mon, 30 Dec 2002 08:17:30 +0000 (08:17 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Mon, 30 Dec 2002 08:17:30 +0000 (08:17 +0000)
From-SVN: r60626

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

index 67c35329fe62e6b014b9ab33c09b925d7bebc82b..251db43d37c9988023423f5d6d134c07e6770bb6 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.4 20021229 (experimental)";
+const char version_string[] = "3.4 20021230 (experimental)";
 
 /* This is the location of the online document giving instructions for
    reporting bugs.  If you distribute a modified version of GCC,
index c7e12f3524f894c7dd96897e4ec100769637cc8b..618ee0765e68f6572dfd3c3fec180e1dd94e240d 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__ 20021229
+#define __GLIBCPP__ 20021230
 
 // This is necessary until GCC supports separate template
 // compilation.