]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Tue, 19 Nov 2002 08:16:43 +0000 (08:16 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Tue, 19 Nov 2002 08:16:43 +0000 (08:16 +0000)
From-SVN: r59251

gcc/ada/gnatvsn.ads
gcc/f/version.c
libf2c/libF77/Version.c
libf2c/libI77/Version.c
libf2c/libU77/Version.c
libstdc++-v3/include/bits/c++config

index 766ff45255e9825746d1be4ef5a4ff2d71c2e1b1..3b508a0193137b987c51a3da4937ca771821e96d 100644 (file)
@@ -6,7 +6,7 @@
 --                                                                          --
 --                                 S p e c                                  --
 --                                                                          --
---                            $Revision: 1.2.12.65.2.117 $
+--                            $Revision: 1.2.12.65.2.118 $
 --                                                                          --
 --          Copyright (C) 1992-2002 Free Software Foundation, Inc.          --
 --                                                                          --
@@ -38,7 +38,7 @@
 
 package Gnatvsn is
 
-   Gnat_Version_String : constant String := "3.2.1 20021118 (release)";
+   Gnat_Version_String : constant String := "3.2.1 20021119 (release)";
    --  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 2a9bc45b47b05cff3a14595c3f173336f2cdae3c..a34c990a6c695cd5dd0a30a2966fdef1f8e6c2e1 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "f/version.h"
 
-const char *const ffe_version_string = "3.2.1 20021118 (release)";
+const char *const ffe_version_string = "3.2.1 20021119 (release)";
index 25a40192cec0b044abf191ac14c7cec4ac010c47..32eb2d1a8faa7a18a8782c5e94c00c60503f8cfd 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n";
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "3.2.1 20021118 (release)";
+char __G77_LIBF77_VERSION__[] = "3.2.1 20021119 (release)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index 24f379bdd85542495b053328531fa55f5d0522f9..7f2fbfa02824f4b237a197c0645b31c15dfe4f21 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n";
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "3.2.1 20021118 (release)";
+char __G77_LIBI77_VERSION__[] = "3.2.1 20021119 (release)";
 
 /*
 2.01   $ format added
index b313476890e9b3ecaf47a6f8e20ed1f37dc56dfb..0b9f689c9d2f76ba3aeefcee5be8a0ed33faea23 100644 (file)
@@ -1,6 +1,6 @@
 static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "3.2.1 20021118 (release)";
+char __G77_LIBU77_VERSION__[] = "3.2.1 20021119 (release)";
 
 #include <stdio.h>
 
index 793e416ed346315b7140baac11b9065d6a42b376..4315bae912b80d07f6d75a67c31a26f525679da9 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__ 20021118
+#define __GLIBCPP__ 20021119
 
 // This is necessary until GCC supports separate template
 // compilation.