Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Fri, 21 Jun 2002 07:40:10 +0000 (07:40 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Fri, 21 Jun 2002 07:40:10 +0000 (07:40 +0000)
From-SVN: r54877

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 586926f5c3bab4d68ebf03dd94128dfdcaed26ed..8e0ebccb609973eb4c411282aa8236aa71fc14ae 100644 (file)
@@ -37,7 +37,7 @@
 
 package Gnatvsn is
 
-   Gnat_Version_String : constant String := "3.2 20020620 (experimental)";
+   Gnat_Version_String : constant String := "3.2 20020621 (experimental)";
    --  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 c71041d1b982b477c0d0b9a1592bbf6f74e45aa8..6fd13ffb52466b6f19af4e7ec67bf6194c23b2be 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "f/version.h"
 
-const char *const ffe_version_string = "3.2 20020620 (experimental)";
+const char *const ffe_version_string = "3.2 20020621 (experimental)";
index 60be6e3320204be6905859bc6a6897b65a5f1661..cc299e8dd3a65e433fab122be53e93a7c100b4ea 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.2 20020620 (experimental)";
+const char *const version_string = "3.2 20020621 (experimental)";
index f2e502e3b63409fa3bef57229af6854caa88666a..1d3765813e95e2264ae901bdd9f0140b35952aa0 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n";
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "3.2 20020620 (experimental)";
+char __G77_LIBF77_VERSION__[] = "3.2 20020621 (experimental)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index af2cdf0e532f0693b3bccf4104737bd0179bc0e2..44b0980e0f7395e2eec7475cc086008e2695c27b 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n";
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "3.2 20020620 (experimental)";
+char __G77_LIBI77_VERSION__[] = "3.2 20020621 (experimental)";
 
 /*
 2.01   $ format added
index f2c00db13fb18446b0cb17024ecb915e6cefc2bf..302b22bcf035c106026f25386f47015bb0b777c3 100644 (file)
@@ -1,6 +1,6 @@
 static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "3.2 20020620 (experimental)";
+char __G77_LIBU77_VERSION__[] = "3.2 20020621 (experimental)";
 
 #include <stdio.h>
 
index 7d290d59b48bceac519d06a3e925a19cf708531e..a937375bae7b4bb83c8dc0d712eb659a7f4c7ca0 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__ 20020620
+#define __GLIBCPP__ 20020621
 
 // This is necessary until GCC supports separate template
 // compilation.