Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Sat, 2 Mar 2002 08:17:34 +0000 (08:17 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Sat, 2 Mar 2002 08:17:34 +0000 (08:17 +0000)
From-SVN: r50222

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 00f6b7ef47ceeb65a4fd19822dc148d198417c22..7269d11db843b5394831ff8161b832339c1f2a30 100644 (file)
@@ -1,4 +1,4 @@
-                                        #include "ansidecl.h"
+                                                #include "ansidecl.h"
 #include "f/version.h"
 
-const char *const ffe_version_string = "3.2 20020301 (experimental)";
+const char *const ffe_version_string = "3.2 20020302 (experimental)";
index f34242c2b83acb527134dc1f0ed5a4d6afa0f80c..43f1896f01bd9e1d3d1e972d9138fa308a58683b 100644 (file)
@@ -1,4 +1,4 @@
-                                        #include "ansidecl.h"
+                                                #include "ansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.2 20020301 (experimental)";
+const char *const version_string = "3.2 20020302 (experimental)";
index 61b72dae0453a48ed861cf6614e030d4f5b38f08..bdbc6fe916a4703dfa55d999469ed03571a7fa5a 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 20020301 (experimental)";
+char __G77_LIBF77_VERSION__[] = "3.2 20020302 (experimental)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index cd6a8d254240a8b8a554028b8cd91799e5c40b6f..3df74ba13f557a10cba7b56f697d4ac083bf06a6 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 20020301 (experimental)";
+char __G77_LIBI77_VERSION__[] = "3.2 20020302 (experimental)";
 
 /*
 2.01   $ format added
index cdbecaa85886858dd1cecbb4ce200fd681c50c7c..86926d1cc0ab15e8857a0ca0f78312cf4d737104 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 20020301 (experimental)";
+char __G77_LIBU77_VERSION__[] = "3.2 20020302 (experimental)";
 
 #include <stdio.h>
 
index 6f08b963b533a51b5e0a5db32f9621462c13309a..392f2f5ac0c0ca40f086c1581d5846c3a30775a8 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__ 20020301
+#define __GLIBCPP__ 20020302
 
 // This is necessary until GCC supports separate template
 // compilation.