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

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