Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Thu, 4 Jul 2002 07:17:50 +0000 (07:17 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Thu, 4 Jul 2002 07:17:50 +0000 (07:17 +0000)
From-SVN: r55240

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 3cec46c84e4c447f404a61c12eec211f4387b150..e7715e736fb4e5755d909588947949c37a648699 100644 (file)
@@ -37,7 +37,7 @@
 
 package Gnatvsn is
 
-   Gnat_Version_String : constant String := "3.2 20020703 (experimental)";
+   Gnat_Version_String : constant String := "3.2 20020704 (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 3801b1feb08c42ffc45c138292f8d4882f836ec8..8d4cee9d67d8ae7abcbcb673c13540f24c92d760 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "f/version.h"
 
-const char *const ffe_version_string = "3.2 20020703 (experimental)";
+const char *const ffe_version_string = "3.2 20020704 (experimental)";
index 798d5d6637fecbb5bd702d8c3237f5a1de1553ef..79bc5f3d7ea492640445a93d4d26add910caaf1f 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.2 20020703 (experimental)";
+const char *const version_string = "3.2 20020704 (experimental)";
index 4cf91210f9572db9668ebb6cea6ab5891fbc63a0..4753326284487819cf8571898e7ee9ef1d930270 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n";
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "3.2 20020703 (experimental)";
+char __G77_LIBF77_VERSION__[] = "3.2 20020704 (experimental)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index 8a377c16ca31e5358a9d5c8e1ee33fbd0b4c65ea..6a07cc8eb606f670f877585bda1fa6ee1bd4b618 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n";
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "3.2 20020703 (experimental)";
+char __G77_LIBI77_VERSION__[] = "3.2 20020704 (experimental)";
 
 /*
 2.01   $ format added
index c6f5e8e460670f59b10a5f99cd122b29406a1fa2..1a078fc7c0db8c573ebfb93ce8250f078c8f7efc 100644 (file)
@@ -1,6 +1,6 @@
 static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "3.2 20020703 (experimental)";
+char __G77_LIBU77_VERSION__[] = "3.2 20020704 (experimental)";
 
 #include <stdio.h>
 
index 8087ffcd309b4b950631336813e729c3ccd751af..32c53abaca3459b88fafdd9d15b4e90e6213c01a 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__ 20020703
+#define __GLIBCPP__ 20020704
 
 // This is necessary until GCC supports separate template
 // compilation.