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

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 e3f6828c272ce0a5c1114bc9e0da6b0fcfd30089..7921d6f68c03590802247e41cbf762caa70e41da 100644 (file)
@@ -6,7 +6,7 @@
 --                                                                          --
 --                                 S p e c                                  --
 --                                                                          --
---                            $Revision: 1.2.12.65.2.94 $
+--                            $Revision: 1.2.12.65.2.95 $
 --                                                                          --
 --          Copyright (C) 1992-2002 Free Software Foundation, Inc.          --
 --                                                                          --
@@ -38,7 +38,7 @@
 
 package Gnatvsn is
 
-   Gnat_Version_String : constant String := "3.2.1 20021027 (prerelease)";
+   Gnat_Version_String : constant String := "3.2.1 20021028 (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 0772cbe0791ec8fac0ec031c2a2138e66e9be380..0a8dd538b5c0421c0a0cdb89d45fa5f97efa4030 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "f/version.h"
 
-const char *const ffe_version_string = "3.2.1 20021027 (prerelease)";
+const char *const ffe_version_string = "3.2.1 20021028 (prerelease)";
index f2a797bae70123dd993ef8ec1bb27231af7ea41c..1c53a9b1f7b7f88000937793bd35f08f0ec24a70 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.2.1 20021027 (prerelease)";
+const char *const version_string = "3.2.1 20021028 (prerelease)";
index 790d98ba926b6b4db7b9b278c0cf6e26cf8be0d6..d30e870ca1687399919fba642da8859fc52a22a0 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n";
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "3.2.1 20021027 (prerelease)";
+char __G77_LIBF77_VERSION__[] = "3.2.1 20021028 (prerelease)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index 6bce4b7c9c83b80fb53ae6901f57ae3ad5defea2..3ad1c2e111231f522f592291923b2a2e9ab07187 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n";
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "3.2.1 20021027 (prerelease)";
+char __G77_LIBI77_VERSION__[] = "3.2.1 20021028 (prerelease)";
 
 /*
 2.01   $ format added
index c513cbf93adab6a6d24733af4461ea069e6a2ceb..61bb6c20a9d93aa5261be0f215c9da283dc253a7 100644 (file)
@@ -1,6 +1,6 @@
 static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "3.2.1 20021027 (prerelease)";
+char __G77_LIBU77_VERSION__[] = "3.2.1 20021028 (prerelease)";
 
 #include <stdio.h>
 
index 2bba775da5d76834f89ab217bc9df18d371772a1..4ca215d1ced4c1a6bfb8534afc319ace1220419b 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__ 20021027
+#define __GLIBCPP__ 20021028
 
 // This is necessary until GCC supports separate template
 // compilation.