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

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 fa8a470b47100291deb6698284ff41bdac80fb1a..061490198fd9288a347150166b00fb60a403ae53 100644 (file)
@@ -6,7 +6,7 @@
 --                                                                          --
 --                                 S p e c                                  --
 --                                                                          --
---                            $Revision: 1.2.12.65.2.120 $
+--                            $Revision: 1.2.12.65.2.121 $
 --                                                                          --
 --          Copyright (C) 1992-2002 Free Software Foundation, Inc.          --
 --                                                                          --
@@ -38,7 +38,7 @@
 
 package Gnatvsn is
 
-   Gnat_Version_String : constant String := "3.2.1 20021121 (release)";
+   Gnat_Version_String : constant String := "3.2.1 20021122 (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 88c5d3369ced7f743e73aa8f2ec6ef22d483ba49..1d5a14fce0944cea044dbe6eccbdfd954bb51561 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "f/version.h"
 
-const char *const ffe_version_string = "3.2.1 20021121 (release)";
+const char *const ffe_version_string = "3.2.1 20021122 (release)";
index d9d1b017323c66ef9800bd2f0622dbd96d3bb8b3..92ddc2f765186cbfd094bb916cb4df43971556c1 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n";
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "3.2.1 20021121 (release)";
+char __G77_LIBF77_VERSION__[] = "3.2.1 20021122 (release)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index 8ea8547c0d4c524ce5f397c4a1dddde2d7b3115b..1c438b9daf31698174cc0faab5012b75f7c9763a 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n";
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "3.2.1 20021121 (release)";
+char __G77_LIBI77_VERSION__[] = "3.2.1 20021122 (release)";
 
 /*
 2.01   $ format added
index ed0d9dd67b6aec87f55ea8ca66ae1840fbda7c58..215515c4c7fbc15261172f959755c57664576aa2 100644 (file)
@@ -1,6 +1,6 @@
 static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "3.2.1 20021121 (release)";
+char __G77_LIBU77_VERSION__[] = "3.2.1 20021122 (release)";
 
 #include <stdio.h>
 
index ab3d66e113f7fed7d2a69afd1bec86f1847517cb..9785e24f65e12d504ae90e05adec54864d30c6fa 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__ 20021121
+#define __GLIBCPP__ 20021122
 
 // This is necessary until GCC supports separate template
 // compilation.