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

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 62a392371cc0f0c31427750c61362051003125b5..66e475bd2a40b205629663b7d7b1645c946bfafc 100644 (file)
@@ -6,7 +6,7 @@
 --                                                                          --
 --                                 S p e c                                  --
 --                                                                          --
---                            $Revision: 1.2.12.44 $
+--                            $Revision: 1.2.12.45 $
 --                                                                          --
 --          Copyright (C) 1992-2002 Free Software Foundation, Inc.          --
 --                                                                          --
@@ -38,7 +38,7 @@
 
 package Gnatvsn is
 
-   Gnat_Version_String : constant String := "3.1.1 20020708 (prerelease)";
+   Gnat_Version_String : constant String := "3.1.1 20020709 (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 e5008bf7e174f1abf4a40f8777f1620a39d289c1..48efe0f027c9dbaac9210ab892ea9602843a3703 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "f/version.h"
 
-const char *const ffe_version_string = "3.1.1 20020708 (prerelease)";
+const char *const ffe_version_string = "3.1.1 20020709 (prerelease)";
index 88e13f0d03cce2410c95af78a5b5fdf3048ebce9..8fbf34f924a1cecea2b8b44ee511ecc3d8477568 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.1.1 20020708 (prerelease)";
+const char *const version_string = "3.1.1 20020709 (prerelease)";
index f34fc40ccd485aceacebc27d1c38303bbaac66a8..0eebc3770c4aff1f8a65f730bb1b0d82f9c3d89b 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n";
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "3.1.1 20020708 (prerelease)";
+char __G77_LIBF77_VERSION__[] = "3.1.1 20020709 (prerelease)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index f96990196f3af443205e98a86e2d55a6af9f1db1..0f4622ec45f793496e0a36f5ec2b0b87d12c042c 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n";
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "3.1.1 20020708 (prerelease)";
+char __G77_LIBI77_VERSION__[] = "3.1.1 20020709 (prerelease)";
 
 /*
 2.01   $ format added
index 4f732e97a1bffc7775e006cd00db49995949ef7d..0936fe35410165815f733221e26d91d90376e05c 100644 (file)
@@ -1,6 +1,6 @@
 static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "3.1.1 20020708 (prerelease)";
+char __G77_LIBU77_VERSION__[] = "3.1.1 20020709 (prerelease)";
 
 #include <stdio.h>
 
index ee72d54353986a7c6d3afa380005e4a5758c36d9..600fb893f24ca2729118d524d989bb35c5553bda 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__ 20020708
+#define __GLIBCPP__ 20020709
 
 // This is necessary until GCC supports separate template
 // compilation.