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

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

index f1102f53fe433a2df7373351b20359461ee2355a..3c8e95ee1660c68673dead40f7f5ac5a591ec18a 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 20050118 (prerelease)";
+const char version_string[] = "3.4.4 20050119 (prerelease)";
 
 /* This is the location of the online document giving instructions for
    reporting bugs.  If you distribute a modified version of GCC,
index 3fb28c86a4c876d8da5211722c269cd8688b50fa..618cb3be0309badb2173217c4cac531e5aa4e615 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__ 20050118
+#define __GLIBCXX__ 20050119
 
 // Allow use of "export template." This is currently not a feature
 // that g++ supports.