]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Sat, 6 Jul 2002 07:16:41 +0000 (07:16 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Sat, 6 Jul 2002 07:16:41 +0000 (07:16 +0000)
From-SVN: r55282

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 9c04f8da90a68979bff621914bec7d7381a79803..d05054a56815bf647b9027b16e1c59559b2750c5 100644 (file)
@@ -6,7 +6,7 @@
 --                                                                          --
 --                                 S p e c                                  --
 --                                                                          --
---                            $Revision: 1.2.12.41 $
+--                            $Revision: 1.2.12.42 $
 --                                                                          --
 --          Copyright (C) 1992-2002 Free Software Foundation, Inc.          --
 --                                                                          --
@@ -38,7 +38,7 @@
 
 package Gnatvsn is
 
-   Gnat_Version_String : constant String := "3.1.1 20020705 (prerelease)";
+   Gnat_Version_String : constant String := "3.1.1 20020706 (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 0d180dbe5de12472dca03f7313daeb5f3ad1a06f..11ccc2b0e51f92fc12c22d99943aea5d167e4763 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "f/version.h"
 
-const char *const ffe_version_string = "3.1.1 20020705 (prerelease)";
+const char *const ffe_version_string = "3.1.1 20020706 (prerelease)";
index c9ac681365fb1f73f9d835d358dd25a250cb126c..d20e277d65bdcce51ba43f9a7e92ee980eaa9011 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.1.1 20020705 (prerelease)";
+const char *const version_string = "3.1.1 20020706 (prerelease)";
index 877673990587cb871db97f4429deca515e2b1779..3163580d5a2f0f472286a739a53d47734cbea420 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n";
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "3.1.1 20020705 (prerelease)";
+char __G77_LIBF77_VERSION__[] = "3.1.1 20020706 (prerelease)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index 8bda5952a8b9a873bfa1ccc44e4ea411ce5a043a..94054a62c42e4e65848cd657d89c0fec5f9c5ba7 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n";
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "3.1.1 20020705 (prerelease)";
+char __G77_LIBI77_VERSION__[] = "3.1.1 20020706 (prerelease)";
 
 /*
 2.01   $ format added
index ce088406fc6b7863b7a7c59c912b35667b185bbc..cc003a5063a30898cd08cfeea869392a6d8251ad 100644 (file)
@@ -1,6 +1,6 @@
 static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "3.1.1 20020705 (prerelease)";
+char __G77_LIBU77_VERSION__[] = "3.1.1 20020706 (prerelease)";
 
 #include <stdio.h>
 
index ca4b5bd5711e3d45a7d0514c3ad07c851d0307e7..fb9b79ed7f53e2f11ba086778b19a36b844dfa10 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__ 20020705
+#define __GLIBCPP__ 20020706
 
 // This is necessary until GCC supports separate template
 // compilation.