Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Mon, 1 Dec 2003 00:16:07 +0000 (00:16 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Mon, 1 Dec 2003 00:16:07 +0000 (00:16 +0000)
From-SVN: r74080

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

index 508bf9a2bca68e9104f6ae7cc0c244dd8ccfbc5f..18944304a3089455da67ba4aa5312f74ea01fbc5 100644 (file)
@@ -5,7 +5,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 20031130 (experimental)";
+const char version_string[] = "3.4 20031201 (experimental)";
 
 /* This is the location of the online document giving instructions for
    reporting bugs.  If you distribute a modified version of GCC,
index d8cd39b35fa01da217d1048e5804d1b1ef80205a..dd9469575480753d3bb5615475507373d7b6deff 100644 (file)
@@ -35,7 +35,7 @@
 #include <bits/os_defines.h>
 
 // The current version of the C++ library in compressed ISO date format.
-#define __GLIBCXX__ 20031130
+#define __GLIBCXX__ 20031201
 
 // Allow use of "export template." This is currently not a feature
 // that g++ supports.