]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Mon, 25 Feb 2002 08:17:14 +0000 (08:17 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Mon, 25 Feb 2002 08:17:14 +0000 (08:17 +0000)
From-SVN: r50023

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 fa298a6e64b84f5c8658672f57c332399928c92f..d4671a688a28dc4a3680a930927580cc1c6ed320 100644 (file)
@@ -1 +1 @@
-const char *ffe_version_string = "0.5.26 20020224 (prerelease)";
+const char *ffe_version_string = "0.5.26 20020225 (prerelease)";
index d47222595c7f1d09eb40b85a20f7cbf39d703f8f..cdb4967ca25b0aa2b845412a67cfb670165b3905 100644 (file)
@@ -1,4 +1,4 @@
 #include "gansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.0.5 20020224 (prerelease)";
+const char *const version_string = "3.0.5 20020225 (prerelease)";
index 0479da4c43f6f0dbbbd3b2712908e7f2249d4cf3..4a81f27bfdd5a669548ce329544fe433fe0bc98c 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n";
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "0.5.26 20020224 (prerelease)";
+char __G77_LIBF77_VERSION__[] = "0.5.26 20020225 (prerelease)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index eb219b535a8b0381ceaa910050f7a44e5d0b33d1..3f27881745fd3143065ee88222f7227dca3c5a6d 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n";
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "0.5.26 20020224 (prerelease)";
+char __G77_LIBI77_VERSION__[] = "0.5.26 20020225 (prerelease)";
 
 /*
 2.01   $ format added
index d228b6c3a3546821f658f2fb4433ed31cd0f7427..06696f31a78f2c5eb510e5c4ac3b375d34a22435 100644 (file)
@@ -1,6 +1,6 @@
 static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "0.5.26 20020224 (prerelease)";
+char __G77_LIBU77_VERSION__[] = "0.5.26 20020225 (prerelease)";
 
 #include <stdio.h>
 
index 61137c4d421e9f0f60350d42b8e1e93dc6246599..2f1484ad3716e7a8e68b07e74db7eac581aebd59 100644 (file)
@@ -36,7 +36,7 @@
 #include <bits/limits.h>
 
 // The current version of the C++ library in compressed ISO date format.
-#define __GLIBCPP__ 20020224
+#define __GLIBCPP__ 20020225
 
 // This is necessary until GCC supports separate template
 // compilation.