Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Sat, 26 Apr 2003 00:17:04 +0000 (00:17 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Sat, 26 Apr 2003 00:17:04 +0000 (00:17 +0000)
From-SVN: r66090

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

index 204360a91e627c7f6dade5117ac46ba4b18d1fd0..c0096cdc4f4d7a3b6cf6129de195cc4a430321e8 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 20030425 (experimental)";
+const char version_string[] = "3.4 20030426 (experimental)";
 
 /* This is the location of the online document giving instructions for
    reporting bugs.  If you distribute a modified version of GCC,
index 6b3a8ed1568fe8bc479e3b4b26f6871a5f0f2960..a016353399c3b12c3f2442bd0c761c7213844095 100644 (file)
@@ -35,7 +35,7 @@
 #include <bits/os_defines.h>
 
 // The current version of the C++ library in compressed ISO date format.
-#define __GLIBCPP__ 20030425
+#define __GLIBCPP__ 20030426
 
 // This is necessary until GCC supports separate template compilation.
 #define _GLIBCPP_NO_TEMPLATE_EXPORT 1