]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Fri, 26 Jul 2002 07:16:37 +0000 (07:16 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Fri, 26 Jul 2002 07:16:37 +0000 (07:16 +0000)
[[Split portion of a mixed commit.]]

From-SVN: r55772.2

gcc/ada/gnatvsn.ads
gcc/f/version.c
libf2c/libF77/Version.c
libf2c/libI77/Version.c
libf2c/libU77/Version.c
libstdc++-v3/include/bits/c++config

index f2b414525ab80e1dd1e9ccb18b7c9c28724f97d7..98bb31c9f46e052cc5bda269384fec2459bd68d5 100644 (file)
@@ -6,7 +6,7 @@
 --                                                                          --
 --                                 S p e c                                  --
 --                                                                          --
---                            $Revision: 1.2.12.62 $
+--                            $Revision: 1.2.12.63 $
 --                                                                          --
 --          Copyright (C) 1992-2002 Free Software Foundation, Inc.          --
 --                                                                          --
@@ -38,7 +38,7 @@
 
 package Gnatvsn is
 
-   Gnat_Version_String : constant String := "3.1.1 20020725 (release)";
+   Gnat_Version_String : constant String := "3.1.1 20020726 (release)";
    --  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 92068dc8f6df7ba089eda39cfbeb80f04f82ba6d..6fc1d169c408e23f856f1d7caafbab74794367f6 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "f/version.h"
 
-const char *const ffe_version_string = "3.1.1 20020725 (release)";
+const char *const ffe_version_string = "3.1.1 20020726 (release)";
index 862a411010ef580f63dc19d20efe06e5bce587a6..7aff3b5bb3e01194297502109d49ef6ebbd62a76 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n";
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "3.1.1 20020725 (release)";
+char __G77_LIBF77_VERSION__[] = "3.1.1 20020726 (release)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index e490ff3c99f647f4a7ec1ef55dd2bdd2ba142658..8c8d0ec0f54dc709977eeb4a02d6a5bb22e265bc 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n";
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "3.1.1 20020725 (release)";
+char __G77_LIBI77_VERSION__[] = "3.1.1 20020726 (release)";
 
 /*
 2.01   $ format added
index da2ba4778f50104a388b3237ceb015d50cbbe063..fbdf294b03b9d0330538ad45c74eccf2810770e8 100644 (file)
@@ -1,6 +1,6 @@
 static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "3.1.1 20020725 (release)";
+char __G77_LIBU77_VERSION__[] = "3.1.1 20020726 (release)";
 
 #include <stdio.h>
 
index 31f40c567ffe5f5b1671fad82147c77c644ce78d..18ea631cecf2dda480dcb6b0f5ecb51f96959364 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__ 20020725
+#define __GLIBCPP__ 20020726
 
 // This is necessary until GCC supports separate template
 // compilation.