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

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