Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Sat, 20 Jul 2002 07:16:56 +0000 (07:16 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Sat, 20 Jul 2002 07:16:56 +0000 (07:16 +0000)
From-SVN: r55608

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 e8094fc5b1ed76eb277fcde628dbc2523805b823..586c3278016ba041b3b14d09d448ea0d5ef440b3 100644 (file)
@@ -37,7 +37,7 @@
 
 package Gnatvsn is
 
-   Gnat_Version_String : constant String := "3.2 20020719 (experimental)";
+   Gnat_Version_String : constant String := "3.2 20020720 (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 1e0fc020486e1e46005cedc58df3b002c0915215..30d2be43da4fd7877b28f567de3e07e4b5f3c494 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "f/version.h"
 
-const char *const ffe_version_string = "3.2 20020719 (experimental)";
+const char *const ffe_version_string = "3.2 20020720 (experimental)";
index aa05fc4203c26846efb29cf02c6cb8552dacd3ac..ba9272623c97636d42273c8da0940cc7e3ef837c 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.2 20020719 (experimental)";
+const char *const version_string = "3.2 20020720 (experimental)";
index e64478edd4a150243d5ac46c9fd498f8fde199a8..29d6f136e05c18e664aa78371cf53b3e484554be 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n";
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "3.2 20020719 (experimental)";
+char __G77_LIBF77_VERSION__[] = "3.2 20020720 (experimental)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index 9c2cf70e046c7bc6db93f09c4935927d1d4a7d12..394eec09697c322a9adcfaeb63b18c59b22fd857 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n";
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "3.2 20020719 (experimental)";
+char __G77_LIBI77_VERSION__[] = "3.2 20020720 (experimental)";
 
 /*
 2.01   $ format added
index 2940ef3c5be8753c481c6a3a15015eecdf050a02..c1b80d315483dcfd4572e44eb103836fb809f128 100644 (file)
@@ -1,6 +1,6 @@
 static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "3.2 20020719 (experimental)";
+char __G77_LIBU77_VERSION__[] = "3.2 20020720 (experimental)";
 
 #include <stdio.h>
 
index 808d608b41649582d9d89444475f11a5bed5ffce..dd2bbed9f942bbf7bdb36e646e7ef0dafa2eb8cc 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__ 20020719
+#define __GLIBCPP__ 20020720
 
 // This is necessary until GCC supports separate template
 // compilation.