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

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 4e33f2242ea38dc8f331886a6d25d1a60a32ad5a..2ae1e9087663ff727c811f8a2f437d821834d8af 100644 (file)
@@ -6,7 +6,7 @@
 --                                                                          --
 --                                 S p e c                                  --
 --                                                                          --
---                            $Revision: 1.2.12.36 $
+--                            $Revision: 1.2.12.37 $
 --                                                                          --
 --          Copyright (C) 1992-2002 Free Software Foundation, Inc.          --
 --                                                                          --
@@ -38,7 +38,7 @@
 
 package Gnatvsn is
 
-   Gnat_Version_String : constant String := "3.1.1 20020630 (prerelease)";
+   Gnat_Version_String : constant String := "3.1.1 20020701 (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 55a304055170864b7ecf1638cc0e2d9ab8181c68..ccad281620d1becf13eaaa3f29456169545fb9d5 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "f/version.h"
 
-const char *const ffe_version_string = "3.1.1 20020630 (prerelease)";
+const char *const ffe_version_string = "3.1.1 20020701 (prerelease)";
index f1b3f5fdb39a41d2efd3ac4de56b08c5b4815a90..8ad4e570c48e4cb4640575bf926697e9cdb88ba1 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.1.1 20020630 (prerelease)";
+const char *const version_string = "3.1.1 20020701 (prerelease)";
index d8cef76d6cb19c76a308a5f0f6a15b4e3c7f706b..d6c774cd49818a696c374640b512bd6d8ccfe03f 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n";
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "3.1.1 20020630 (prerelease)";
+char __G77_LIBF77_VERSION__[] = "3.1.1 20020701 (prerelease)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index 8e89e6fdde78000c08a20f0f3ed5987fd10375fe..cca8c0e4d48fdeb88780c2d96c4a5cdc676023c0 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n";
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "3.1.1 20020630 (prerelease)";
+char __G77_LIBI77_VERSION__[] = "3.1.1 20020701 (prerelease)";
 
 /*
 2.01   $ format added
index 9c55997c9efe343ab505201cdc29ed6dc61077f7..23dd55469eed171fcc95512ec703ed2698df7030 100644 (file)
@@ -1,6 +1,6 @@
 static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "3.1.1 20020630 (prerelease)";
+char __G77_LIBU77_VERSION__[] = "3.1.1 20020701 (prerelease)";
 
 #include <stdio.h>
 
index 3a3480b66e4bd2c1547b1bcffe2101ded7d30b42..27012afa8812752649253d7396c6d0036723d82d 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__ 20020630
+#define __GLIBCPP__ 20020701
 
 // This is necessary until GCC supports separate template
 // compilation.