]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Tue, 25 Jun 2002 07:16:49 +0000 (07:16 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Tue, 25 Jun 2002 07:16:49 +0000 (07:16 +0000)
From-SVN: r54980

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 3354993390ad4542d0221253df4c386be64d5c6c..fe25217815514042d8b6d467b92c6d1531920b43 100644 (file)
@@ -6,7 +6,7 @@
 --                                                                          --
 --                                 S p e c                                  --
 --                                                                          --
---                            $Revision: 1.2.12.30 $
+--                            $Revision: 1.2.12.31 $
 --                                                                          --
 --          Copyright (C) 1992-2002 Free Software Foundation, Inc.          --
 --                                                                          --
@@ -38,7 +38,7 @@
 
 package Gnatvsn is
 
-   Gnat_Version_String : constant String := "3.1.1 20020624 (prerelease)";
+   Gnat_Version_String : constant String := "3.1.1 20020625 (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 ca6cae7831e2937a5e58239af6568f9731d56b33..ba7e6413f162b4c19d760266fc15b9ca2dadb95a 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "f/version.h"
 
-const char *const ffe_version_string = "3.1.1 20020624 (prerelease)";
+const char *const ffe_version_string = "3.1.1 20020625 (prerelease)";
index fa09b646a417e2b51ba0fb0a7243f8a09e629981..a7b333ded25685c1d6fbcf705801e203debac656 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.1.1 20020624 (prerelease)";
+const char *const version_string = "3.1.1 20020625 (prerelease)";
index f1bdc09bf4987a2a6780bdb55f59fe9019466fca..84393109bdb16513ba6690ae8f6d03e66578d7c8 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n";
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "3.1.1 20020624 (prerelease)";
+char __G77_LIBF77_VERSION__[] = "3.1.1 20020625 (prerelease)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index 9d667778a4151aeeb805ffcec30704b0a61dfc2f..225307707a7487b5434397197fd9d05d0cadf991 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n";
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "3.1.1 20020624 (prerelease)";
+char __G77_LIBI77_VERSION__[] = "3.1.1 20020625 (prerelease)";
 
 /*
 2.01   $ format added
index 64df2aa988846368fc1e92f9206bd33b950ae832..17ed111ed6d5797711d507b09a427a3affd4ef75 100644 (file)
@@ -1,6 +1,6 @@
 static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "3.1.1 20020624 (prerelease)";
+char __G77_LIBU77_VERSION__[] = "3.1.1 20020625 (prerelease)";
 
 #include <stdio.h>
 
index bb049d87391ea6716c715e9edff48a2851b58359..2287126e2b60736e9094151ffc3962e809d3d0ae 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__ 20020624
+#define __GLIBCPP__ 20020625
 
 // This is necessary until GCC supports separate template
 // compilation.