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

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 e80681ecbef1232190285695f1ba7983a4964282..72b898426630a91be9593521e3257a8429e41e53 100644 (file)
@@ -6,7 +6,7 @@
 --                                                                          --
 --                                 S p e c                                  --
 --                                                                          --
---                            $Revision: 1.2.12.65.2.100 $
+--                            $Revision: 1.2.12.65.2.101 $
 --                                                                          --
 --          Copyright (C) 1992-2002 Free Software Foundation, Inc.          --
 --                                                                          --
@@ -38,7 +38,7 @@
 
 package Gnatvsn is
 
-   Gnat_Version_String : constant String := "3.2.1 20021102 (prerelease)";
+   Gnat_Version_String : constant String := "3.2.1 20021103 (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 655f2e604022bf841385e1d486ace27707fc88f2..3952b98d5d4e3dfe5b2e0869459f8b7fc88dfa4c 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "f/version.h"
 
-const char *const ffe_version_string = "3.2.1 20021102 (prerelease)";
+const char *const ffe_version_string = "3.2.1 20021103 (prerelease)";
index 767f1e84d4885ea6606103435c1faf49f2a5ba0e..9cfdfa2e99ec3582aa6e82174d09ebaaf95908b2 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.2.1 20021102 (prerelease)";
+const char *const version_string = "3.2.1 20021103 (prerelease)";
index 386d20657d54441be77e4c9535ca8a12b8c3fd02..0494177408fc0678e44a240d9af2f49455a66d92 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n";
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "3.2.1 20021102 (prerelease)";
+char __G77_LIBF77_VERSION__[] = "3.2.1 20021103 (prerelease)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index 298213c8c0d2b890f8d392f99eaa931d4dfcb9b3..8cab00b9937102d4b4e67949e2c2fc1d0b12e3a2 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n";
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "3.2.1 20021102 (prerelease)";
+char __G77_LIBI77_VERSION__[] = "3.2.1 20021103 (prerelease)";
 
 /*
 2.01   $ format added
index af9e0715a7b87c16b8fb61ef8cdb2051d95ee765..9bdc3e0c65175d5f1f8a29f720f0792eef529673 100644 (file)
@@ -1,6 +1,6 @@
 static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "3.2.1 20021102 (prerelease)";
+char __G77_LIBU77_VERSION__[] = "3.2.1 20021103 (prerelease)";
 
 #include <stdio.h>
 
index d76af13f7225d2fa3a5f60f48fb1d09cc654d67e..27be3fdad67aef748dceb2a53818d8c7aae5bf99 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__ 20021102
+#define __GLIBCPP__ 20021103
 
 // This is necessary until GCC supports separate template
 // compilation.