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

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 50ddd22ad4fab0ecfde2b1d5aa8307d230920bdb..b389462b3e52c27a6759517e495383b8165a3125 100644 (file)
@@ -6,7 +6,7 @@
 --                                                                          --
 --                                 S p e c                                  --
 --                                                                          --
---                            $Revision: 1.2.12.27 $
+--                            $Revision: 1.2.12.28 $
 --                                                                          --
 --          Copyright (C) 1992-2002 Free Software Foundation, Inc.          --
 --                                                                          --
@@ -38,7 +38,7 @@
 
 package Gnatvsn is
 
-   Gnat_Version_String : constant String := "3.1.1 20020621 (prerelease)";
+   Gnat_Version_String : constant String := "3.1.1 20020622 (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 307e3f8b69e1df895b0c6c712e7796fae294bef8..d70c2b392d6ad2edd2ac17a01a87e1f9f2778c5e 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "f/version.h"
 
-const char *const ffe_version_string = "3.1.1 20020621 (prerelease)";
+const char *const ffe_version_string = "3.1.1 20020622 (prerelease)";
index 135a61d50fdf9e9e4b6cd60561621242cb391c6b..32fde246552d52115f1fa046c14c2cf4bef792c3 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.1.1 20020621 (prerelease)";
+const char *const version_string = "3.1.1 20020622 (prerelease)";
index a1fd2552876297ebf7f85a3520bea186a5d4d966..d271bf725c2d76f91b9708255b7e620bd22e4b8a 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n";
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "3.1.1 20020621 (prerelease)";
+char __G77_LIBF77_VERSION__[] = "3.1.1 20020622 (prerelease)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index 87910e2cf0ff8787fcd8e2ddfb0a98bfed66b156..dcb43e61ea351ce9b023875ee93495cfc74cfa28 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n";
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "3.1.1 20020621 (prerelease)";
+char __G77_LIBI77_VERSION__[] = "3.1.1 20020622 (prerelease)";
 
 /*
 2.01   $ format added
index 239f5ceb824895da9da479b67f5f2bfa78234c0d..c6351c33ad75b8c21e311af7810853038b1b0dc5 100644 (file)
@@ -1,6 +1,6 @@
 static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "3.1.1 20020621 (prerelease)";
+char __G77_LIBU77_VERSION__[] = "3.1.1 20020622 (prerelease)";
 
 #include <stdio.h>
 
index a937375bae7b4bb83c8dc0d712eb659a7f4c7ca0..73bd3d39279796fd25829bf92537abb93c6756d4 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__ 20020621
+#define __GLIBCPP__ 20020622
 
 // This is necessary until GCC supports separate template
 // compilation.