Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Sun, 30 Nov 2003 00:16:06 +0000 (00:16 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Sun, 30 Nov 2003 00:16:06 +0000 (00:16 +0000)
From-SVN: r74043

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

index 9971c47f64463b3dd6a87001478cef26215d3311..508bf9a2bca68e9104f6ae7cc0c244dd8ccfbc5f 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 20031129 (experimental)";
+const char version_string[] = "3.4 20031130 (experimental)";
 
 /* This is the location of the online document giving instructions for
    reporting bugs.  If you distribute a modified version of GCC,
index b1f75d1a3fe3b847356b6489e6ac44b23916a39c..d8cd39b35fa01da217d1048e5804d1b1ef80205a 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__ 20031129
+#define __GLIBCXX__ 20031130
 
 // Allow use of "export template." This is currently not a feature
 // that g++ supports.