]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Wed, 6 Mar 2002 08:17:38 +0000 (08:17 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Wed, 6 Mar 2002 08:17:38 +0000 (08:17 +0000)
From-SVN: r50351

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 4387a64071ee0a37a6a4b6f0c973c5633d4fe7ec..dc64e6aa3cf535968aca654ca2454f72722f3133 100644 (file)
@@ -1 +1 @@
-                                                                                const char *ffe_version_string = "0.5.26 20020305 (prerelease)";
+                                                                                        const char *ffe_version_string = "0.5.26 20020306 (prerelease)";
index bde927ff195504427e94b629e53c274e950837de..ffb8779d6519b7fee0377bbc54b05141f4d16501 100644 (file)
@@ -1,4 +1,4 @@
-                                                                                #include "gansidecl.h"
+                                                                                        #include "gansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.0.5 20020305 (prerelease)";
+const char *const version_string = "3.0.5 20020306 (prerelease)";
index 94c0392eb0e63fa9191e03b95f814fcea7a7c881..89cac77ebc69067e2dd57912d3f05f77c624c8ac 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 20020305 (prerelease)";
+char __G77_LIBF77_VERSION__[] = "0.5.26 20020306 (prerelease)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index ad90e0df5c06fbfba57062cc41e6d4f5cc40f50e..c1ee85dc6e62b671dfc976a227c46e25f68aa169 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 20020305 (prerelease)";
+char __G77_LIBI77_VERSION__[] = "0.5.26 20020306 (prerelease)";
 
 /*
 2.01   $ format added
index 6dbc1787aeb20e51a5d45400c8701ca1c1b08829..39597a78978e8fa7ea9291b898e0924c89f5ec57 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 20020305 (prerelease)";
+char __G77_LIBU77_VERSION__[] = "0.5.26 20020306 (prerelease)";
 
 #include <stdio.h>
 
index 19dea31592d09d41de476d647e984cd687e8d3a0..f1346c3a5f769935d867194ad54e2e5611944ca5 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__ 20020305
+#define __GLIBCPP__ 20020306
 
 // This is necessary until GCC supports separate template
 // compilation.