Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Thu, 8 Aug 2002 07:17:17 +0000 (07:17 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Thu, 8 Aug 2002 07:17:17 +0000 (07:17 +0000)
From-SVN: r56125

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 9965d8590b27f30fd376cc571cf7ae26d1b48f24..bb92f091608a0418f5fe787333ae1095727c11c3 100644 (file)
@@ -37,7 +37,7 @@
 
 package Gnatvsn is
 
-   Gnat_Version_String : constant String := "3.3 20020807 (experimental)";
+   Gnat_Version_String : constant String := "3.3 20020808 (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 18a3f96b879230c83a8e2f72e40ed67c9f756692..0c6067541691d4fda9860ed75a719a83eceed270 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "f/version.h"
 
-const char *const ffe_version_string = "3.3 20020807 (experimental)";
+const char *const ffe_version_string = "3.3 20020808 (experimental)";
index afcefc0f0c2219f1e04c8945417d092a3e30b832..a9fac8f8d66c76e62258488d2ee07e25d879b578 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.3 20020807 (experimental)";
+const char *const version_string = "3.3 20020808 (experimental)";
index 0ffb66a4cef71d26e301d29f50a42738fc47ae5c..8164ff6338214b157ed15fea2fa7538713d58a08 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n";
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "3.3 20020807 (experimental)";
+char __G77_LIBF77_VERSION__[] = "3.3 20020808 (experimental)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index 2982e6fa803bc8db8edfd13579d57524a60c798c..1478ce7b2a59221f861ee6410faff6de2b5b9c9f 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n";
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "3.3 20020807 (experimental)";
+char __G77_LIBI77_VERSION__[] = "3.3 20020808 (experimental)";
 
 /*
 2.01   $ format added
index bc3f821aa5c26569b6b2f453e6cc3934ff5c2887..7d72409557296ea37185d42a063d9556b3ec2d63 100644 (file)
@@ -1,6 +1,6 @@
 static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "3.3 20020807 (experimental)";
+char __G77_LIBU77_VERSION__[] = "3.3 20020808 (experimental)";
 
 #include <stdio.h>
 
index 31bb13117827b50cae8e757732b0de42a96c1870..1b261fa8a11e9507f1c8f9b426d74c61caa37a76 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__ 20020807
+#define __GLIBCPP__ 20020808
 
 // This is necessary until GCC supports separate template
 // compilation.