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

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 359b1bd28473aa0186278eda209a597b80b655d8..a98e2a9928543b82f94a9460d2bdbdac25785dca 100644 (file)
@@ -6,7 +6,7 @@
 --                                                                          --
 --                                 S p e c                                  --
 --                                                                          --
---                            $Revision: 1.2.12.3 $
+--                            $Revision: 1.2.12.4 $
 --                                                                          --
 --          Copyright (C) 1992-2002 Free Software Foundation, Inc.          --
 --                                                                          --
@@ -38,7 +38,7 @@
 
 package Gnatvsn is
 
-   Gnat_Version_String : constant String := "3.1.1 20020528 (prerelease)";
+   Gnat_Version_String : constant String := "3.1.1 20020529 (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 05f3619e3a8eb2494fb59bb456daff41dbca501c..8059a842359d22ecfacd5473a6b078b681d58d79 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "f/version.h"
 
-const char *const ffe_version_string = "3.1.1 20020528 (prerelease)";
+const char *const ffe_version_string = "3.1.1 20020529 (prerelease)";
index d2ecf7626f7130e3d044712fed252533aaf8690b..f17d931fb4f72ce15f5f8b11283e7a3bd5753179 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.1.1 20020528 (prerelease)";
+const char *const version_string = "3.1.1 20020529 (prerelease)";
index dfb6b7c4be9d3f2b9b7321aef1a1f68df9dd2a0e..7b1c2b3467bbcf9a966c618d74b80d4f1705f33c 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n";
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "3.1.1 20020528 (prerelease)";
+char __G77_LIBF77_VERSION__[] = "3.1.1 20020529 (prerelease)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index 3e5208008c66596292dc65103d2177f79a7addba..6ef23fd6e5620f772aa7b650a7aae6a823f5e5e4 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n";
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "3.1.1 20020528 (prerelease)";
+char __G77_LIBI77_VERSION__[] = "3.1.1 20020529 (prerelease)";
 
 /*
 2.01   $ format added
index 29cad325cad210454805f0e87e4870760b81c96c..f1fd7018e72ef5dddf4715115a6036887886f7d0 100644 (file)
@@ -1,6 +1,6 @@
 static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "3.1.1 20020528 (prerelease)";
+char __G77_LIBU77_VERSION__[] = "3.1.1 20020529 (prerelease)";
 
 #include <stdio.h>
 
index 33d7bc8479cd52fb5fc5084c7e937498cfd2fc89..f91541d53e0310c3ba649993581ec9e968982592 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__ 20020528
+#define __GLIBCPP__ 20020529
 
 // This is necessary until GCC supports separate template
 // compilation.