]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Wed, 4 Feb 2004 00:16:09 +0000 (00:16 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Wed, 4 Feb 2004 00:16:09 +0000 (00:16 +0000)
From-SVN: r77205

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

index 7dc0c2fa0948030f65582f18c73c91f384fc2bde..7924490cf660bd2f55821379c0b9d8b8f30413ab 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.3 20040203 (prerelease)";
+const char version_string[] = "3.3.3 20040204 (prerelease)";
 
 /* This is the location of the online document giving instructions for
    reporting bugs.  If you distribute a modified version of GCC,
index 21a57067b611225f5e1889f713feaac61fd8f305..ad195a2b54c7073d21b09cd1db2427774b6c679e 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__ 20040203
+#define __GLIBCPP__ 20040204
 
 // This is necessary until GCC supports separate template compilation.
 #define _GLIBCPP_NO_TEMPLATE_EXPORT 1