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

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 bdf44b25477d167db8b2191e102dcfdf122c9524..0d8b5746b5fa2dd99b527e4b34db603b9c17007d 100644 (file)
@@ -1 +1 @@
-                const char *ffe_version_string = "0.5.26 20020225 (prerelease)";
+                        const char *ffe_version_string = "0.5.26 20020226 (prerelease)";
index 9d7602d69d57a5dccafaab230745d94d7bfe86ee..18f517cd146fd60269eaf00b86056cd3693ca9cb 100644 (file)
@@ -1,4 +1,4 @@
-                #include "gansidecl.h"
+                        #include "gansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.0.5 20020225 (prerelease)";
+const char *const version_string = "3.0.5 20020226 (prerelease)";
index 3def736dc95c9fc5f3e16649b65f028ce4146afa..8b72fd70cf7624385ef396b5cce3e466180f88f9 100644 (file)
@@ -1,9 +1,9 @@
-                static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n";
+                        static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n";
 
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "0.5.26 20020225 (prerelease)";
+char __G77_LIBF77_VERSION__[] = "0.5.26 20020226 (prerelease)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index a3b1afbde6e1532245c66637a7079c465e16f654..7ec35738f83b92b318216ded149d4b4f8befbb60 100644 (file)
@@ -1,9 +1,9 @@
-                static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n";
+                        static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n";
 
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "0.5.26 20020225 (prerelease)";
+char __G77_LIBI77_VERSION__[] = "0.5.26 20020226 (prerelease)";
 
 /*
 2.01   $ format added
index 79cbf90d221a566064d21ba2b8f579a148103cb9..cfc7e1afe6eb7a816eae0ad90fa16ec8694d8f2d 100644 (file)
@@ -1,6 +1,6 @@
-                static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
+                        static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "0.5.26 20020225 (prerelease)";
+char __G77_LIBU77_VERSION__[] = "0.5.26 20020226 (prerelease)";
 
 #include <stdio.h>
 
index 37667f672a4c031b945decd866e20098a98f17fe..e026359149cb18c6a5cfc1b0f68634567628ee3b 100644 (file)
@@ -1,4 +1,4 @@
-                // Predefined symbols and macros -*- C++ -*-
+                        // Predefined symbols and macros -*- C++ -*-
 
 // Copyright (C) 1997, 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
 //
@@ -36,7 +36,7 @@
 #include <bits/limits.h>
 
 // The current version of the C++ library in compressed ISO date format.
-#define __GLIBCPP__ 20020225
+#define __GLIBCPP__ 20020226
 
 // This is necessary until GCC supports separate template
 // compilation.