Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Sat, 16 Mar 2002 08:18:16 +0000 (08:18 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Sat, 16 Mar 2002 08:18:16 +0000 (08:18 +0000)
From-SVN: r50873

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 ba1eee8a1a143f6f14dcd481ff12f9b6b464fe5c..f4f88f73d3fa62411dd443550bd5059a7709a85f 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "f/version.h"
 
-const char *const ffe_version_string = "3.2 20020315 (experimental)";
+const char *const ffe_version_string = "3.2 20020316 (experimental)";
index d0a769a59e4828ca70104ab2c390223e4ce9abda..57207ca2f378e4468c1fd2e171212d7e31c217d7 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.2 20020315 (experimental)";
+const char *const version_string = "3.2 20020316 (experimental)";
index bb23989b199fb6f069b043570d711fd33f13da15..7726e9655dfd8b3ea3eda3f92b5b1083a6e7d512 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n";
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "3.2 20020315 (experimental)";
+char __G77_LIBF77_VERSION__[] = "3.2 20020316 (experimental)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index 8f82db285aaa86d8820fe9e797700fae1f060663..96604a46113e15fa01177230f31d348f0efd3623 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n";
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "3.2 20020315 (experimental)";
+char __G77_LIBI77_VERSION__[] = "3.2 20020316 (experimental)";
 
 /*
 2.01   $ format added
index 28f54aa105b2619d8d08bc3ba4d80bc1489c199c..7e0c4c2e317fd85cd0dfe44ceac47c09dbe8c806 100644 (file)
@@ -1,6 +1,6 @@
 static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "3.2 20020315 (experimental)";
+char __G77_LIBU77_VERSION__[] = "3.2 20020316 (experimental)";
 
 #include <stdio.h>
 
index 4a1816cd9760daf9a4e8a1de11d54bb5e287d9f6..9e1e251ee9e4843aa6e5140c23b6bb9cd1b0f3bb 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__ 20020315
+#define __GLIBCPP__ 20020316
 
 // This is necessary until GCC supports separate template
 // compilation.