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

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 0d8b5746b5fa2dd99b527e4b34db603b9c17007d..c194f7b9c9917eb534bc84c3b1b537278a171ee6 100644 (file)
@@ -1 +1 @@
-                        const char *ffe_version_string = "0.5.26 20020226 (prerelease)";
+                                const char *ffe_version_string = "0.5.26 20020227 (prerelease)";
index 18f517cd146fd60269eaf00b86056cd3693ca9cb..04df664497c499423cbb3ddb86703ea2a5a85197 100644 (file)
@@ -1,4 +1,4 @@
-                        #include "gansidecl.h"
+                                #include "gansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.0.5 20020226 (prerelease)";
+const char *const version_string = "3.0.5 20020227 (prerelease)";
index 8b72fd70cf7624385ef396b5cce3e466180f88f9..485b6a321a71762356b8caa5babe4eea91951210 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 20020226 (prerelease)";
+char __G77_LIBF77_VERSION__[] = "0.5.26 20020227 (prerelease)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index 7ec35738f83b92b318216ded149d4b4f8befbb60..6e704d1e2f5ac4b8d3fb8d3395fa5e59cadd2825 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 20020226 (prerelease)";
+char __G77_LIBI77_VERSION__[] = "0.5.26 20020227 (prerelease)";
 
 /*
 2.01   $ format added
index cfc7e1afe6eb7a816eae0ad90fa16ec8694d8f2d..331312976f2d8470eff51620ac0dbacd5df50841 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 20020226 (prerelease)";
+char __G77_LIBU77_VERSION__[] = "0.5.26 20020227 (prerelease)";
 
 #include <stdio.h>
 
index e026359149cb18c6a5cfc1b0f68634567628ee3b..0231d2cc63c12095912fd6f7ffa703ef91ecbb66 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__ 20020226
+#define __GLIBCPP__ 20020227
 
 // This is necessary until GCC supports separate template
 // compilation.