]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Sat, 20 Mar 2004 00:16:08 +0000 (00:16 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Sat, 20 Mar 2004 00:16:08 +0000 (00:16 +0000)
From-SVN: r79718

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

index 4e210b90bfebfcb0efa7f339dc1965ae16f7e3e1..7a1378391b33c75256f9c21701f51bf5638f6833 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 20040319 (prerelease)";
+const char version_string[] = "3.3.4 20040320 (prerelease)";
 
 /* This is the location of the online document giving instructions for
    reporting bugs.  If you distribute a modified version of GCC,
index 2dee70d0cf236d278e3c5b553defad70d5bca6be..917f1da6ba0ab57b24e6d88b7a0466d09fb8f3aa 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__ 20040319
+#define __GLIBCPP__ 20040320
 
 // This is necessary until GCC supports separate template compilation.
 #define _GLIBCPP_NO_TEMPLATE_EXPORT 1