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

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 70283c5c3a2aa20b7de2162775fc54678751032c..8dc740432f5fad918bcc1caab0f045dab0e3fdb4 100644 (file)
@@ -1 +1 @@
-const char *ffe_version_string = "0.5.26 20020219 (prerelease)";
+const char *ffe_version_string = "0.5.26 20020220 (prerelease)";
index d204f72f58563a4c8a63593dc677795302eb611a..f9f12b460308b79543ba8c4d68d8abfc347a40b2 100644 (file)
@@ -1,4 +1,4 @@
 #include "gansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.0.4 20020219 (prerelease)";
+const char *const version_string = "3.0.4 20020220 (prerelease)";
index 9ce400c152d707e68cb0d23b2c59572caca9b376..eb380236423018247449cdd27eba09da4fbb7b6b 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n";
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "0.5.26 20020219 (prerelease)";
+char __G77_LIBF77_VERSION__[] = "0.5.26 20020220 (prerelease)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index 2cd6d1c6f5ee3e9e42e155951333f5e707ebbad9..0394f777d16e37c45c26cc73ec02c6c37625a379 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n";
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "0.5.26 20020219 (prerelease)";
+char __G77_LIBI77_VERSION__[] = "0.5.26 20020220 (prerelease)";
 
 /*
 2.01   $ format added
index 51356c65a7768bdd2428ca918b7da6e6c506df8a..198063068450459d0f03bfa9e7ff7581b357da65 100644 (file)
@@ -1,6 +1,6 @@
 static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "0.5.26 20020219 (prerelease)";
+char __G77_LIBU77_VERSION__[] = "0.5.26 20020220 (prerelease)";
 
 #include <stdio.h>
 
index a2ccada27774f3b74bbdda7758f5b3d1f63be41e..3626e56fd1b1c0174023e7bb34ad2c6e8b5d0651 100644 (file)
@@ -36,7 +36,7 @@
 #include <bits/limits.h>
 
 // The current version of the C++ library in compressed ISO date format.
-#define __GLIBCPP__ 20020219
+#define __GLIBCPP__ 20020220
 
 // This is necessary until GCC supports separate template
 // compilation.