]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Sun, 16 May 2004 00:16:06 +0000 (00:16 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Sun, 16 May 2004 00:16:06 +0000 (00:16 +0000)
From-SVN: r81909

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

index 007fed2fb9028687fe484423df5935785130090a..36fa8b1cb8e2ed0cb53ff007d2f307c0a5e994bf 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.3.4 20040515 (prerelease)";
+const char version_string[] = "3.3.4 20040516 (prerelease)";
 
 /* This is the location of the online document giving instructions for
    reporting bugs.  If you distribute a modified version of GCC,
index 120c1cb65b9d99f6a3e11f71c459d577929d3112..c1a429b5430c00dee6d6ab581a0f276932889d0b 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__ 20040515
+#define __GLIBCPP__ 20040516
 
 // This is necessary until GCC supports separate template compilation.
 #define _GLIBCPP_NO_TEMPLATE_EXPORT 1