]> gcc.gnu.org Git - gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Sun, 14 Apr 2002 07:17:01 +0000 (07:17 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Sun, 14 Apr 2002 07:17:01 +0000 (07:17 +0000)
From-SVN: r52290

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