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

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