]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Sun, 24 Feb 2002 08:16:54 +0000 (08:16 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Sun, 24 Feb 2002 08:16:54 +0000 (08:16 +0000)
From-SVN: r50003

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