]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Fri, 25 Feb 2005 00:16:23 +0000 (00:16 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Fri, 25 Feb 2005 00:16:23 +0000 (00:16 +0000)
From-SVN: r95524

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

index c4e8d2c3111a7db32805e9124281dba01509b7c0..d40f5f19c3bf6238d367f028616bf1f9cc0cc771 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[] = "4.0.0 20050224 (experimental)";
+const char version_string[] = "4.0.0 20050225 (experimental)";
 
 /* This is the location of the online document giving instructions for
    reporting bugs.  If you distribute a modified version of GCC,
index c7303449692864e50069816d619a224243a8789c..e70c5fe731abdd02926fc73b27f6d255e74cac18 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__ 20050224
+#define __GLIBCXX__ 20050225
 
 // Allow use of "export template." This is currently not a feature
 // that g++ supports.