Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Wed, 7 Aug 2002 07:17:51 +0000 (07:17 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Wed, 7 Aug 2002 07:17:51 +0000 (07:17 +0000)
From-SVN: r56098

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