]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Sun, 30 Jun 2002 07:17:34 +0000 (07:17 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Sun, 30 Jun 2002 07:17:34 +0000 (07:17 +0000)
From-SVN: r55114

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