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

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 67d551eff8c883d6636e2e7d9aa403caec183e02..e80681ecbef1232190285695f1ba7983a4964282 100644 (file)
@@ -6,7 +6,7 @@
 --                                                                          --
 --                                 S p e c                                  --
 --                                                                          --
---                            $Revision: 1.2.12.65.2.99 $
+--                            $Revision: 1.2.12.65.2.100 $
 --                                                                          --
 --          Copyright (C) 1992-2002 Free Software Foundation, Inc.          --
 --                                                                          --
@@ -38,7 +38,7 @@
 
 package Gnatvsn is
 
-   Gnat_Version_String : constant String := "3.2.1 20021101 (prerelease)";
+   Gnat_Version_String : constant String := "3.2.1 20021102 (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 2fa73cd04c5b36cf831bf3a0c79b1b9db7ea7e3b..655f2e604022bf841385e1d486ace27707fc88f2 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "f/version.h"
 
-const char *const ffe_version_string = "3.2.1 20021101 (prerelease)";
+const char *const ffe_version_string = "3.2.1 20021102 (prerelease)";
index 530001c06c7dcf52bcd2f00e14f63ac7c449e267..767f1e84d4885ea6606103435c1faf49f2a5ba0e 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.2.1 20021101 (prerelease)";
+const char *const version_string = "3.2.1 20021102 (prerelease)";
index 036bd191658e822ba8204aabbb0f213d108770ea..386d20657d54441be77e4c9535ca8a12b8c3fd02 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n";
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "3.2.1 20021101 (prerelease)";
+char __G77_LIBF77_VERSION__[] = "3.2.1 20021102 (prerelease)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index 48282d2852e5c057a024307b2930802d0d9ffccd..298213c8c0d2b890f8d392f99eaa931d4dfcb9b3 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n";
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "3.2.1 20021101 (prerelease)";
+char __G77_LIBI77_VERSION__[] = "3.2.1 20021102 (prerelease)";
 
 /*
 2.01   $ format added
index e1ff924144aedf8f5f089ff778a6d9ec7383cdc2..af9e0715a7b87c16b8fb61ef8cdb2051d95ee765 100644 (file)
@@ -1,6 +1,6 @@
 static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "3.2.1 20021101 (prerelease)";
+char __G77_LIBU77_VERSION__[] = "3.2.1 20021102 (prerelease)";
 
 #include <stdio.h>
 
index 84825a053c7540ee9ed8bc0a0000e8800416717d..d76af13f7225d2fa3a5f60f48fb1d09cc654d67e 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__ 20021101
+#define __GLIBCPP__ 20021102
 
 // This is necessary until GCC supports separate template
 // compilation.