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

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

index 580a4bf7442bc6c0627773c499fbc2ee35f6d898..78dc950c50b5fb99c66dd60c4a82b4005fa1647a 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 20031031 (experimental)";
+const char version_string[] = "3.4 20031101 (experimental)";
 
 /* This is the location of the online document giving instructions for
    reporting bugs.  If you distribute a modified version of GCC,
index a2f3693183bef87401c0ee34881a96b0e7b651db..5e9cd11ce13e2f317cac63266211cba449eaa7a7 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__ 20031031
+#define __GLIBCXX__ 20031101
 
 // Allow use of "export template." This is currently not a feature
 // that g++ supports.