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

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 ff9bab9004d7bf1af1f6b58459c1f78f0cc64822..52c04f0803e9c87092ec4c518dfdb32450aec588 100644 (file)
@@ -6,7 +6,7 @@
 --                                                                          --
 --                                 S p e c                                  --
 --                                                                          --
---                            $Revision: 1.2.12.46 $
+--                            $Revision: 1.2.12.47 $
 --                                                                          --
 --          Copyright (C) 1992-2002 Free Software Foundation, Inc.          --
 --                                                                          --
@@ -38,7 +38,7 @@
 
 package Gnatvsn is
 
-   Gnat_Version_String : constant String := "3.1.1 20020710 (prerelease)";
+   Gnat_Version_String : constant String := "3.1.1 20020711 (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 60980fb43924e55f9633f114ce82c3fe2f5ee0d0..0f6bbce5d079c0212287b03d46aa57a648db5060 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "f/version.h"
 
-const char *const ffe_version_string = "3.1.1 20020710 (prerelease)";
+const char *const ffe_version_string = "3.1.1 20020711 (prerelease)";
index d0e9e05677fe82b8c8f244aab27c7a431d910641..94b2c9a6d395a537ebabf0497e76fb15fc489e7b 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.1.1 20020710 (prerelease)";
+const char *const version_string = "3.1.1 20020711 (prerelease)";
index e2ff2632446970fbbf8df1ac4e2da0d382f7b0cf..0be8f2737ed4d65944e98a058df17ac3fc713871 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n";
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "3.1.1 20020710 (prerelease)";
+char __G77_LIBF77_VERSION__[] = "3.1.1 20020711 (prerelease)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index 0351a6b1937f8347b55141be58f9729c715ed9d2..8999eb435b40cd122b68789c52a3bffd20389f1d 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n";
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "3.1.1 20020710 (prerelease)";
+char __G77_LIBI77_VERSION__[] = "3.1.1 20020711 (prerelease)";
 
 /*
 2.01   $ format added
index 0138332630f452e2cc82c5111a19898fb4baa86a..5757d3d5889b289d38dce6ae3793666ddfca9be4 100644 (file)
@@ -1,6 +1,6 @@
 static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "3.1.1 20020710 (prerelease)";
+char __G77_LIBU77_VERSION__[] = "3.1.1 20020711 (prerelease)";
 
 #include <stdio.h>
 
index 096f35b41d1d4f43535f20a73f1b7d5e93a0b673..d3a6b7fc498717a0c910b48cbab14d657b4e0aa7 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__ 20020710
+#define __GLIBCPP__ 20020711
 
 // This is necessary until GCC supports separate template
 // compilation.