]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Sat, 2 Mar 2002 08:16:50 +0000 (08:16 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Sat, 2 Mar 2002 08:16:50 +0000 (08:16 +0000)
From-SVN: r50220

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 7049ba937ff27f858ef17f20af1b7fc1ac5210e2..cb8df969ab2ce59d810c027923a9700a65025b0d 100644 (file)
@@ -1 +1 @@
-                                                const char *ffe_version_string = "0.5.26 20020301 (prerelease)";
+                                                        const char *ffe_version_string = "0.5.26 20020302 (prerelease)";
index 70144850a6f555b2650854b48708bcb5f04a76f5..23ddbc2b6c33875a64d5e1386d6681b183ad176e 100644 (file)
@@ -1,4 +1,4 @@
-                                                #include "gansidecl.h"
+                                                        #include "gansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.0.5 20020301 (prerelease)";
+const char *const version_string = "3.0.5 20020302 (prerelease)";
index 0bf7aa80e460cd14519bb5007f7bfd60bf2ec3e6..5691c269e49e377310425c528b26b564bccb08e0 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 20020301 (prerelease)";
+char __G77_LIBF77_VERSION__[] = "0.5.26 20020302 (prerelease)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index 06622cc1dff4b9150f4756a228b1cc36beb2e238..6289a3ff2fc7769d339f5f7a5e68872752050333 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 20020301 (prerelease)";
+char __G77_LIBI77_VERSION__[] = "0.5.26 20020302 (prerelease)";
 
 /*
 2.01   $ format added
index e7e61ff1e133b48b8ecef260c541df7b54ec06d7..0c1d395d92f1319334b1345015a028e220c8ba6d 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 20020301 (prerelease)";
+char __G77_LIBU77_VERSION__[] = "0.5.26 20020302 (prerelease)";
 
 #include <stdio.h>
 
index bae18edb0474d962ac2994c5689a3e0aaa052ae0..9d3e5486552dd90345b7c07c92a0ce569756c7d3 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__ 20020301
+#define __GLIBCPP__ 20020302
 
 // This is necessary until GCC supports separate template
 // compilation.