Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Sun, 17 Mar 2002 08:17:00 +0000 (08:17 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Sun, 17 Mar 2002 08:17:00 +0000 (08:17 +0000)
From-SVN: r50910

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