]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Tue, 28 May 2002 07:17:48 +0000 (07:17 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Tue, 28 May 2002 07:17:48 +0000 (07:17 +0000)
From-SVN: r53948

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 444880060f11d33463b99fb5b1ce68dbf16fbbd4..359b1bd28473aa0186278eda209a597b80b655d8 100644 (file)
@@ -6,7 +6,7 @@
 --                                                                          --
 --                                 S p e c                                  --
 --                                                                          --
---                            $Revision: 1.2.12.2 $
+--                            $Revision: 1.2.12.3 $
 --                                                                          --
 --          Copyright (C) 1992-2002 Free Software Foundation, Inc.          --
 --                                                                          --
@@ -38,7 +38,7 @@
 
 package Gnatvsn is
 
-   Gnat_Version_String : constant String := "3.1.1 20020526 (prerelease)";
+   Gnat_Version_String : constant String := "3.1.1 20020528 (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 8fb92833c9c572b4bacfd6da947a8def8c3d8912..05f3619e3a8eb2494fb59bb456daff41dbca501c 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "f/version.h"
 
-const char *const ffe_version_string = "3.1.1 20020527 (prerelease)";
+const char *const ffe_version_string = "3.1.1 20020528 (prerelease)";
index 2214da7d4494ea48b55d00f136883dfcd11e94d9..d2ecf7626f7130e3d044712fed252533aaf8690b 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.1.1 20020527 (prerelease)";
+const char *const version_string = "3.1.1 20020528 (prerelease)";
index 36f714d0e6870baa5a9e6200bd1b07ae1c2bd1d2..dfb6b7c4be9d3f2b9b7321aef1a1f68df9dd2a0e 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n";
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "3.1.1 20020527 (prerelease)";
+char __G77_LIBF77_VERSION__[] = "3.1.1 20020528 (prerelease)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index 09e231ec5a430e00211cffdc388264aae695bcae..3e5208008c66596292dc65103d2177f79a7addba 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n";
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "3.1.1 20020527 (prerelease)";
+char __G77_LIBI77_VERSION__[] = "3.1.1 20020528 (prerelease)";
 
 /*
 2.01   $ format added
index 65f1f88151da708d5754a1b0d9300427241ac887..29cad325cad210454805f0e87e4870760b81c96c 100644 (file)
@@ -1,6 +1,6 @@
 static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "3.1.1 20020527 (prerelease)";
+char __G77_LIBU77_VERSION__[] = "3.1.1 20020528 (prerelease)";
 
 #include <stdio.h>
 
index b842db2203213841e012a7b81c93caaf587e8f16..a3522c674bc4b9f78247a80f82c5c1e00d16ca0e 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__ 20020527
+#define __GLIBCPP__ 20020528
 
 // This is necessary until GCC supports separate template
 // compilation.