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

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