Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Thu, 19 Dec 2002 08:18:11 +0000 (08:18 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Thu, 19 Dec 2002 08:18:11 +0000 (08:18 +0000)
From-SVN: r60301

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

index e5409b8dcd7fd9e57d674606980817e0710e790c..2b0f36a4a34d831f65e3d43598c9f20f2d163253 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 20021218 (experimental)";
+const char version_string[] = "3.4 20021219 (experimental)";
 
 /* This is the location of the online document giving instructions for
    reporting bugs.  If you distribute a modified version of GCC,
index bc9a113596ea994ae2ec79c24265c47980ac4640..b8101c0b20f7df422ad16708b8558b766bb5b480 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__ 20021218
+#define __GLIBCPP__ 20021219
 
 // This is necessary until GCC supports separate template
 // compilation.