Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Wed, 17 Jul 2002 07:17:26 +0000 (07:17 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Wed, 17 Jul 2002 07:17:26 +0000 (07:17 +0000)
From-SVN: r55513

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 c9ed08c6df1571b62ac0f882d93f797e7f8c68d9..244a5f1ef4097605a17e287f130cb2069ebe2ce7 100644 (file)
@@ -37,7 +37,7 @@
 
 package Gnatvsn is
 
-   Gnat_Version_String : constant String := "3.2 20020716 (experimental)";
+   Gnat_Version_String : constant String := "3.2 20020717 (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 b7cd2cf1ba3004b71c7a1002545525b99ce18865..36f9f2bd676e32b80230bfbb6d0c4ead84844896 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "f/version.h"
 
-const char *const ffe_version_string = "3.2 20020716 (experimental)";
+const char *const ffe_version_string = "3.2 20020717 (experimental)";
index a57a2e14161d15cb33f99535d7251d5ce8daaeb3..c70eede1ff09ad47b24308832c0d666211c8dcc8 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.2 20020716 (experimental)";
+const char *const version_string = "3.2 20020717 (experimental)";
index 29c6ccba4e2e13e54716d8d732600b1207b4c557..23f1b9f21f526de1cfa70d1197e1c45423713441 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n";
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "3.2 20020716 (experimental)";
+char __G77_LIBF77_VERSION__[] = "3.2 20020717 (experimental)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index 73589f3a84585e471e4e62b217bc10689b32879f..821d95a47d42908c670c710cc22cb600090ae506 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n";
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "3.2 20020716 (experimental)";
+char __G77_LIBI77_VERSION__[] = "3.2 20020717 (experimental)";
 
 /*
 2.01   $ format added
index be48311302a4ddc08c7c5f2b7468e9f19fea4f99..4afcc212264c6ee0ef99dd808b8a37bdcf3a967e 100644 (file)
@@ -1,6 +1,6 @@
 static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "3.2 20020716 (experimental)";
+char __G77_LIBU77_VERSION__[] = "3.2 20020717 (experimental)";
 
 #include <stdio.h>
 
index 8f2c0fd031468fea75bb16ab689d65a5f84df456..21c5b1493e32c4aa7a1d486a3cab63c6a9db4d92 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__ 20020716
+#define __GLIBCPP__ 20020717
 
 // This is necessary until GCC supports separate template
 // compilation.