]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Sun, 27 Oct 2002 07:16:26 +0000 (07:16 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Sun, 27 Oct 2002 07:16:26 +0000 (07:16 +0000)
From-SVN: r58572

gcc/ada/gnatvsn.ads
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 f8567ee7eca778479f005a2e30f0272ad091e483..e3f6828c272ce0a5c1114bc9e0da6b0fcfd30089 100644 (file)
@@ -6,7 +6,7 @@
 --                                                                          --
 --                                 S p e c                                  --
 --                                                                          --
---                            $Revision: 1.2.12.65.2.93 $
+--                            $Revision: 1.2.12.65.2.94 $
 --                                                                          --
 --          Copyright (C) 1992-2002 Free Software Foundation, Inc.          --
 --                                                                          --
@@ -38,7 +38,7 @@
 
 package Gnatvsn is
 
-   Gnat_Version_String : constant String := "3.2.1 20021026 (prerelease)";
+   Gnat_Version_String : constant String := "3.2.1 20021027 (prerelease)";
    --  Version output when GNAT (compiler), or its related tools, including
    --  GNATBIND, GNATCHOP, GNATFIND, GNATLINK, GNATMAKE, GNATXREF, are run
    --  (with appropriate verbose option switch set).
index fdf9974b7d0c4ab001a7624e5e6548371d14d475..0772cbe0791ec8fac0ec031c2a2138e66e9be380 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "f/version.h"
 
-const char *const ffe_version_string = "3.2.1 20021026 (prerelease)";
+const char *const ffe_version_string = "3.2.1 20021027 (prerelease)";
index 6a9f81c52778bad7b79b7e8bb8f4e83ca8d9cc80..f2a797bae70123dd993ef8ec1bb27231af7ea41c 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.2.1 20021026 (prerelease)";
+const char *const version_string = "3.2.1 20021027 (prerelease)";
index 3e8b32cd1cb5f8cb700cf333e7a8e957d3b08d4f..790d98ba926b6b4db7b9b278c0cf6e26cf8be0d6 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n";
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "3.2.1 20021026 (prerelease)";
+char __G77_LIBF77_VERSION__[] = "3.2.1 20021027 (prerelease)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index 1f9ed5e431219200247bca78fbb098a2c30b9287..6bce4b7c9c83b80fb53ae6901f57ae3ad5defea2 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n";
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "3.2.1 20021026 (prerelease)";
+char __G77_LIBI77_VERSION__[] = "3.2.1 20021027 (prerelease)";
 
 /*
 2.01   $ format added
index 7bb779bf41ff6154acfaf28b3683cd87cfd9347a..c513cbf93adab6a6d24733af4461ea069e6a2ceb 100644 (file)
@@ -1,6 +1,6 @@
 static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "3.2.1 20021026 (prerelease)";
+char __G77_LIBU77_VERSION__[] = "3.2.1 20021027 (prerelease)";
 
 #include <stdio.h>
 
index 4ec3a365e5b2d4bdd20d22202d3a621bf49124d9..2bba775da5d76834f89ab217bc9df18d371772a1 100644 (file)
@@ -34,7 +34,7 @@
 #include <bits/os_defines.h>
 
 // The current version of the C++ library in compressed ISO date format.
-#define __GLIBCPP__ 20021026
+#define __GLIBCPP__ 20021027
 
 // This is necessary until GCC supports separate template
 // compilation.