Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Wed, 20 Mar 2002 08:18:21 +0000 (08:18 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Wed, 20 Mar 2002 08:18:21 +0000 (08:18 +0000)
From-SVN: r51070

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 eb2a7df15da17b6dae3b620a6fae2990eca0b3ab..0928f33b01f08dc6d0915239bfb6b6196de90de4 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "f/version.h"
 
-const char *const ffe_version_string = "3.2 20020319 (experimental)";
+const char *const ffe_version_string = "3.2 20020320 (experimental)";
index 2845ea4c73a06a33b22331b5fb1853815b2094e8..b6bb91f88f858b4a3b5cf23fc8161fef65bbee6c 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.2 20020319 (experimental)";
+const char *const version_string = "3.2 20020320 (experimental)";
index f8c82a61373ff555c3086c1c2040e96c800d2fb4..754ea81bd4810721e08f08fb2c4dc55cadc66e30 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n";
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "3.2 20020319 (experimental)";
+char __G77_LIBF77_VERSION__[] = "3.2 20020320 (experimental)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index e9b79e0e9608053d0b28ca410351174e5b3b8036..a4133bc3eab4966e770b9629b058ac16be1ef351 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n";
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "3.2 20020319 (experimental)";
+char __G77_LIBI77_VERSION__[] = "3.2 20020320 (experimental)";
 
 /*
 2.01   $ format added
index c6bdd7cf485917bd99816b13c6749184f0789d06..b642dd7196d182108c4b1c9653cacaa8e14accde 100644 (file)
@@ -1,6 +1,6 @@
 static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "3.2 20020319 (experimental)";
+char __G77_LIBU77_VERSION__[] = "3.2 20020320 (experimental)";
 
 #include <stdio.h>
 
index 3244fcbb3cbc3debdeb2d3013d348a26f45d8fed..01bcabd9c8c0706444572c481fb4e5083ba918e0 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__ 20020319
+#define __GLIBCPP__ 20020320
 
 // This is necessary until GCC supports separate template
 // compilation.