]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Fri, 1 Mar 2002 08:18:39 +0000 (08:18 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Fri, 1 Mar 2002 08:18:39 +0000 (08:18 +0000)
From-SVN: r50188

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 373de4ed09602c6ab52bf49da005941e989da782..7049ba937ff27f858ef17f20af1b7fc1ac5210e2 100644 (file)
@@ -1 +1 @@
-                                        const char *ffe_version_string = "0.5.26 20020228 (prerelease)";
+                                                const char *ffe_version_string = "0.5.26 20020301 (prerelease)";
index b061322a317f881819db46d45feaa4b5814d1858..70144850a6f555b2650854b48708bcb5f04a76f5 100644 (file)
@@ -1,4 +1,4 @@
-                                        #include "gansidecl.h"
+                                                #include "gansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.0.5 20020228 (prerelease)";
+const char *const version_string = "3.0.5 20020301 (prerelease)";
index 0f9a21736c00eeebba922adaf37ed2e7500d8d27..0bf7aa80e460cd14519bb5007f7bfd60bf2ec3e6 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 20020228 (prerelease)";
+char __G77_LIBF77_VERSION__[] = "0.5.26 20020301 (prerelease)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index 63bb5861fb59cea4914c8963e249468f49f15d0d..06622cc1dff4b9150f4756a228b1cc36beb2e238 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 20020228 (prerelease)";
+char __G77_LIBI77_VERSION__[] = "0.5.26 20020301 (prerelease)";
 
 /*
 2.01   $ format added
index 6e8f87123f0ca361edcc9a979e9ddc1964b6e601..e7e61ff1e133b48b8ecef260c541df7b54ec06d7 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 20020228 (prerelease)";
+char __G77_LIBU77_VERSION__[] = "0.5.26 20020301 (prerelease)";
 
 #include <stdio.h>
 
index e6d62e46ab80e4a20f1655978d68d68fc66d8851..bae18edb0474d962ac2994c5689a3e0aaa052ae0 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__ 20020228
+#define __GLIBCPP__ 20020301
 
 // This is necessary until GCC supports separate template
 // compilation.