Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Thu, 22 Apr 2004 00:16:43 +0000 (00:16 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Thu, 22 Apr 2004 00:16:43 +0000 (00:16 +0000)
From-SVN: r80992

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

index 897b2e96a9dc45cd5429acdd353e316a8dbbbd57..e5cde5df5aa4923456388853c0a060a8e3a73deb 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.5.0 20040421 (experimental)";
+const char version_string[] = "3.5.0 20040422 (experimental)";
 
 /* This is the location of the online document giving instructions for
    reporting bugs.  If you distribute a modified version of GCC,
index f750a65e1e46091656266d891cdcee12035292e0..89e9c22beefba8c79cb74be449358d8859c51222 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__ 20040421
+#define __GLIBCXX__ 20040422
 
 // Allow use of "export template." This is currently not a feature
 // that g++ supports.