]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Fri, 22 Feb 2002 08:19:46 +0000 (08:19 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Fri, 22 Feb 2002 08:19:46 +0000 (08:19 +0000)
From-SVN: r49958

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