]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Thu, 31 Oct 2002 08:16:25 +0000 (08:16 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Thu, 31 Oct 2002 08:16:25 +0000 (08:16 +0000)
From-SVN: r58669

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