Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Sat, 6 Apr 2002 08:17:39 +0000 (08:17 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Sat, 6 Apr 2002 08:17:39 +0000 (08:17 +0000)
From-SVN: r51945

gcc/f/version.c
gcc/version.c
libf2c/libF77/Version.c
libf2c/libI77/Version.c
libf2c/libU77/Version.c
libstdc++-v3/include/bits/c++config

index cf7421b37912879eda01a9d196678e42e5ca44a6..aea259793c1a0f4964e23563649fb402ccb399ae 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "f/version.h"
 
-const char *const ffe_version_string = "3.2 20020405 (experimental)";
+const char *const ffe_version_string = "3.2 20020406 (experimental)";
index 26e319856b18d6ea29096cf1d88a3cb9ab2fc322..ecf17178779322905718050bfc8fa02bac0d8136 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.2 20020405 (experimental)";
+const char *const version_string = "3.2 20020406 (experimental)";
index 6a356c8d696dbf41471f5c7679de094457da1466..751541a1f17f74b4f8d4367a0e2936c361c3a7ce 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n";
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "3.2 20020405 (experimental)";
+char __G77_LIBF77_VERSION__[] = "3.2 20020406 (experimental)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index 74e1d2b5c1c03466354a80b624c8a69b3aba56b6..3642209dd5b76049875cb2e333c9d2ec8bfbb0d5 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n";
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "3.2 20020405 (experimental)";
+char __G77_LIBI77_VERSION__[] = "3.2 20020406 (experimental)";
 
 /*
 2.01   $ format added
index 2943c5fcdd76295fc3ced7d66e68d05fa50fe94d..584b35576f256bfb111b63366b4e009b9fb9c4f8 100644 (file)
@@ -1,6 +1,6 @@
 static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "3.2 20020405 (experimental)";
+char __G77_LIBU77_VERSION__[] = "3.2 20020406 (experimental)";
 
 #include <stdio.h>
 
index 5ec27755bffdee3b30b467777b08aa57173ae127..909265a9ee5d227b31ab9a529133e9cb77e9d1dd 100644 (file)
@@ -34,7 +34,7 @@
 #include <bits/os_defines.h>
 
 // The current version of the C++ library in compressed ISO date format.
-#define __GLIBCPP__ 20020405
+#define __GLIBCPP__ 20020406
 
 // This is necessary until GCC supports separate template
 // compilation.