]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Wed, 19 Jun 2002 07:17:39 +0000 (07:17 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Wed, 19 Jun 2002 07:17:39 +0000 (07:17 +0000)
From-SVN: r54773

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 24143ad9a9665b20d1661e77e6ae175a0698280d..bfa7716c1f221c95422bd4cb1d8136096aae8daf 100644 (file)
@@ -6,7 +6,7 @@
 --                                                                          --
 --                                 S p e c                                  --
 --                                                                          --
---                            $Revision: 1.2.12.24 $
+--                            $Revision: 1.2.12.25 $
 --                                                                          --
 --          Copyright (C) 1992-2002 Free Software Foundation, Inc.          --
 --                                                                          --
@@ -38,7 +38,7 @@
 
 package Gnatvsn is
 
-   Gnat_Version_String : constant String := "3.1.1 20020618 (prerelease)";
+   Gnat_Version_String : constant String := "3.1.1 20020619 (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 3d06e650894d5930bce7dee2835ba5a769819117..7098e4aa6471188e5a16467e7f1e007e535b6d77 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "f/version.h"
 
-const char *const ffe_version_string = "3.1.1 20020618 (prerelease)";
+const char *const ffe_version_string = "3.1.1 20020619 (prerelease)";
index 179ba7a43ed243fa3d58fb01a697a1ee906c271c..493973f1187de9104e94aa901ffe85044df4881a 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.1.1 20020618 (prerelease)";
+const char *const version_string = "3.1.1 20020619 (prerelease)";
index a7e1fa8e94d18f7b31aa89d21bc5ad4237ae6e6d..f956451355e7c19c90fb8925ba0b95f63e603f1c 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n";
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "3.1.1 20020618 (prerelease)";
+char __G77_LIBF77_VERSION__[] = "3.1.1 20020619 (prerelease)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index a0087ccb972c5e9aa6e9a83a23af01cd5818d948..734ec8159289026f013e4bfbf7b46f28a725007d 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n";
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "3.1.1 20020618 (prerelease)";
+char __G77_LIBI77_VERSION__[] = "3.1.1 20020619 (prerelease)";
 
 /*
 2.01   $ format added
index c6ec9a782efca4998b52a67273aa59df4a1fa40c..52e817a2497c55a8894a39eff6293ad5a692dc7e 100644 (file)
@@ -1,6 +1,6 @@
 static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "3.1.1 20020618 (prerelease)";
+char __G77_LIBU77_VERSION__[] = "3.1.1 20020619 (prerelease)";
 
 #include <stdio.h>
 
index 6c7ea8922a5ee22f3aeb76cfc3f05c9b9c1f38ce..9c711809921a28b52a53baa7bec370e20501b126 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__ 20020618
+#define __GLIBCPP__ 20020619
 
 // This is necessary until GCC supports separate template
 // compilation.