]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Sat, 29 Jun 2002 07:16:49 +0000 (07:16 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Sat, 29 Jun 2002 07:16:49 +0000 (07:16 +0000)
From-SVN: r55097

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