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

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