Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Sun, 29 Dec 2002 08:18:43 +0000 (08:18 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Sun, 29 Dec 2002 08:18:43 +0000 (08:18 +0000)
From-SVN: r60597

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

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