]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Fri, 31 May 2002 07:16:38 +0000 (07:16 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Fri, 31 May 2002 07:16:38 +0000 (07:16 +0000)
From-SVN: r54092

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 091908ac354d107cc4787a8bc224a357741e262d..fa4cb874264ee0629878eaee951c71b5884693ad 100644 (file)
@@ -6,7 +6,7 @@
 --                                                                          --
 --                                 S p e c                                  --
 --                                                                          --
---                            $Revision: 1.2.12.5 $
+--                            $Revision: 1.2.12.6 $
 --                                                                          --
 --          Copyright (C) 1992-2002 Free Software Foundation, Inc.          --
 --                                                                          --
@@ -38,7 +38,7 @@
 
 package Gnatvsn is
 
-   Gnat_Version_String : constant String := "3.1.1 20020530 (prerelease)";
+   Gnat_Version_String : constant String := "3.1.1 20020531 (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 28c55b41e08f3c680af2748b5ab3ddb1f293c0ce..d8f92b69961386b329cd78a85a9daa3e2b78375d 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "f/version.h"
 
-const char *const ffe_version_string = "3.1.1 20020530 (prerelease)";
+const char *const ffe_version_string = "3.1.1 20020531 (prerelease)";
index 588b65d88db4eceec260d24d7e9a57632a05bed4..89f543f9b5115b44a8e18b66ee98fadb519b354e 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.1.1 20020530 (prerelease)";
+const char *const version_string = "3.1.1 20020531 (prerelease)";
index 2e05f1d9ef46da476f545b0a2f0836ca6dfa6cef..71ed7dc236252b079b742c842728b3437d670c17 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n";
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "3.1.1 20020530 (prerelease)";
+char __G77_LIBF77_VERSION__[] = "3.1.1 20020531 (prerelease)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index 19ac67c2cee0a9721458dc2586da647fd3797d35..eafa640fce27ec80b6418e34490a8b8cdde1a461 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n";
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "3.1.1 20020530 (prerelease)";
+char __G77_LIBI77_VERSION__[] = "3.1.1 20020531 (prerelease)";
 
 /*
 2.01   $ format added
index a454ac07d8f42adab64d01369c8a7ee59394e5eb..a2e729c91dda74a77e6522eca8bdab8c69c70f7a 100644 (file)
@@ -1,6 +1,6 @@
 static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "3.1.1 20020530 (prerelease)";
+char __G77_LIBU77_VERSION__[] = "3.1.1 20020531 (prerelease)";
 
 #include <stdio.h>
 
index 16a0b5ba5c8500493dfc533eb9c682958e9bdb30..d3f5528ba263640350bf50fd1f7bb5f48dc637cf 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__ 20020530
+#define __GLIBCPP__ 20020531
 
 // This is necessary until GCC supports separate template
 // compilation.