Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Tue, 20 Aug 2002 07:17:52 +0000 (07:17 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Tue, 20 Aug 2002 07:17:52 +0000 (07:17 +0000)
From-SVN: r56461

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 ff18cd0efeef76e97dd358e4e68c1a5a48f86933..034e24e3503b8bbb72fda46b45489c2e3cae60c4 100644 (file)
@@ -37,7 +37,7 @@
 
 package Gnatvsn is
 
-   Gnat_Version_String : constant String := "3.3 20020819 (experimental)";
+   Gnat_Version_String : constant String := "3.3 20020820 (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 9e05df46a329b31b80048d8f1be9263fc9890125..d2b6ac0bf46dc6bceb3e09bdd208e079c75c1d56 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "f/version.h"
 
-const char *const ffe_version_string = "3.3 20020819 (experimental)";
+const char *const ffe_version_string = "3.3 20020820 (experimental)";
index 2af30cb9c44187c7b6baea406b2ea31012cc8246..358e5638c472d457d2ea2ef0be48c0974fdce580 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.3 20020819 (experimental)";
+const char *const version_string = "3.3 20020820 (experimental)";
index 35355e47d953033eec43417758b6ca5214333e0a..a57c2f043385bdadc26cdd1ca65c06489cbaf2e9 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n";
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "3.3 20020819 (experimental)";
+char __G77_LIBF77_VERSION__[] = "3.3 20020820 (experimental)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index a946ac8a1cb72a766e3d70d0f9c62b854036e623..1fd20e9f0cd4de14a357a4bf27117b339f1d0459 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n";
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "3.3 20020819 (experimental)";
+char __G77_LIBI77_VERSION__[] = "3.3 20020820 (experimental)";
 
 /*
 2.01   $ format added
index 6097949315972910672037eab5d8f2da4e287b3b..b4bc08695c15f8dc257e885039b400f7a1a25b3d 100644 (file)
@@ -1,6 +1,6 @@
 static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "3.3 20020819 (experimental)";
+char __G77_LIBU77_VERSION__[] = "3.3 20020820 (experimental)";
 
 #include <stdio.h>
 
index d14fb160ad7fe9df910c9fc6fe0fb7e906755a08..9c45632fc2d7b4f9fedd8292b7c1b6fa0b88ed38 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__ 20020819
+#define __GLIBCPP__ 20020820
 
 // This is necessary until GCC supports separate template
 // compilation.