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

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