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

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

index 8a829269a57a802418be61b93be9a69c9af424e5..bca3017ace62d457d30d2e8ac4947452086b0c3f 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.4 20050517 (prerelease)";
+const char version_string[] = "3.4.4 20050518 (prerelease)";
 
 /* This is the location of the online document giving instructions for
    reporting bugs.  If you distribute a modified version of GCC,
index 1b33ca6f4dacaba1b7c0b907a45187e92cf4d111..0b78eafd64c53b412e9cf3955a81495e64b4f87f 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__ 20050517
+#define __GLIBCXX__ 20050518
 
 // Allow use of "export template." This is currently not a feature
 // that g++ supports.