]> gcc.gnu.org Git - gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Mon, 15 Apr 2002 07:16:53 +0000 (07:16 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Mon, 15 Apr 2002 07:16:53 +0000 (07:16 +0000)
From-SVN: r52317

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 2c3c77ed67ddcdf29e72afdc11d817b9c0d34a1a..a441a391d8383b304b8e1d9907194ad0df48d785 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "f/version.h"
 
-const char *const ffe_version_string = "3.2 20020414 (experimental)";
+const char *const ffe_version_string = "3.2 20020415 (experimental)";
index d14a45b59d9957dfa9ac51e703fd4a4cb38fe75f..29112da3789b147940b7a047feabae4181eb01e2 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.2 20020414 (experimental)";
+const char *const version_string = "3.2 20020415 (experimental)";
index 944b53b76eb544fa9fe25c5e2f628f2c410cc053..4bb5e9bb5e3e1aa7a4ed75d207ffee1cc1c83505 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n";
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "3.2 20020414 (experimental)";
+char __G77_LIBF77_VERSION__[] = "3.2 20020415 (experimental)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index 41a9d8d0f99b5b7fe0217f698389a225f4ce8d10..45993a77b03310fb6520245b2b7ef3ce69b88d98 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n";
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "3.2 20020414 (experimental)";
+char __G77_LIBI77_VERSION__[] = "3.2 20020415 (experimental)";
 
 /*
 2.01   $ format added
index 4cf1704a23ff4299a87c7425a42eeaae0b2f520b..abe337c0e73cc33b1bd48057dc8c63aecd5de203 100644 (file)
@@ -1,6 +1,6 @@
 static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "3.2 20020414 (experimental)";
+char __G77_LIBU77_VERSION__[] = "3.2 20020415 (experimental)";
 
 #include <stdio.h>
 
index e5f5489cc6d9cd3558faafb7b9b482d00ddc32a8..b2ab411e24d2b1894837fb07910c8be1afed0631 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__ 20020414
+#define __GLIBCPP__ 20020415
 
 // This is necessary until GCC supports separate template
 // compilation.  
This page took 0.07392 seconds and 5 git commands to generate.