Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Fri, 1 Mar 2002 08:19:04 +0000 (08:19 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Fri, 1 Mar 2002 08:19:04 +0000 (08:19 +0000)
From-SVN: r50190

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 46fdc99bac5b04c97615b85d703846ea3c686dfa..00f6b7ef47ceeb65a4fd19822dc148d198417c22 100644 (file)
@@ -1,4 +1,4 @@
-                                #include "ansidecl.h"
+                                        #include "ansidecl.h"
 #include "f/version.h"
 
-const char *const ffe_version_string = "3.2 20020228 (experimental)";
+const char *const ffe_version_string = "3.2 20020301 (experimental)";
index a1acd393fac86fbfc389d8f15028472ccf956b50..f34242c2b83acb527134dc1f0ed5a4d6afa0f80c 100644 (file)
@@ -1,4 +1,4 @@
-                                #include "ansidecl.h"
+                                        #include "ansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.2 20020228 (experimental)";
+const char *const version_string = "3.2 20020301 (experimental)";
index e957f91bdf891ea945da4280d36272ed3f8959ef..61b72dae0453a48ed861cf6614e030d4f5b38f08 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__[] = "3.2 20020228 (experimental)";
+char __G77_LIBF77_VERSION__[] = "3.2 20020301 (experimental)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index bf4d3e493590ccbb3ad76bb0ab0171c7a2a51375..cd6a8d254240a8b8a554028b8cd91799e5c40b6f 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__[] = "3.2 20020228 (experimental)";
+char __G77_LIBI77_VERSION__[] = "3.2 20020301 (experimental)";
 
 /*
 2.01   $ format added
index aff6c042f97823102a528cb58af8da89a724bb8f..cdbecaa85886858dd1cecbb4ce200fd681c50c7c 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__[] = "3.2 20020228 (experimental)";
+char __G77_LIBU77_VERSION__[] = "3.2 20020301 (experimental)";
 
 #include <stdio.h>
 
index 1cc53bcce7fd5c3f2ea24a0bf74c8a140cf3c2f1..6f08b963b533a51b5e0a5db32f9621462c13309a 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.
 //
@@ -34,7 +34,7 @@
 #include <bits/os_defines.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.