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

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