Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Sun, 22 Sep 2002 07:17:18 +0000 (07:17 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Sun, 22 Sep 2002 07:17:18 +0000 (07:17 +0000)
From-SVN: r57405

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 e3608c1e01a45c28518d7bf05e569741f27d980d..e5087acd22dd5a304a43736ae2db9d82a945e98a 100644 (file)
@@ -37,7 +37,7 @@
 
 package Gnatvsn is
 
-   Gnat_Version_String : constant String := "3.3 20020921 (experimental)";
+   Gnat_Version_String : constant String := "3.3 20020922 (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 5588c24b7b87cba8b59d65b7ea6de5452313d120..10900209cd5404a8183c320b93ac3570ef1790a3 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "f/version.h"
 
-const char *const ffe_version_string = "3.3 20020921 (experimental)";
+const char *const ffe_version_string = "3.3 20020922 (experimental)";
index ea687255bf1c90b506f477e6f5004d2d0a7a0d2d..0d4def5e680bf3108f520fd3ace938bee547f344 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.3 20020921 (experimental)";
+const char *const version_string = "3.3 20020922 (experimental)";
index 9beaa8a2a1d970c884c028d7c84f5b85d1cdb0c1..a766ab9abd07837a2a8ec1eae125e3adadd2f709 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n";
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "3.3 20020921 (experimental)";
+char __G77_LIBF77_VERSION__[] = "3.3 20020922 (experimental)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index dbf402687330a30fd941b93d40be7e90ca563843..8a46d66f2b8e7e6758d9163c4732da6b4835f7e1 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n";
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "3.3 20020921 (experimental)";
+char __G77_LIBI77_VERSION__[] = "3.3 20020922 (experimental)";
 
 /*
 2.01   $ format added
index 0682d25de0da6a64f7b3cb91cb3cf0a7e3e915d1..51ce07e7323106865fbd7465c4ba17619c864587 100644 (file)
@@ -1,6 +1,6 @@
 static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "3.3 20020921 (experimental)";
+char __G77_LIBU77_VERSION__[] = "3.3 20020922 (experimental)";
 
 #include <stdio.h>
 
index 7f88d1b97f61bb0035ee66d2ce4fa4a4bbc7b195..820fc927e25ea36904bfe2ee32a039cff9fa6ead 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__ 20020921
+#define __GLIBCPP__ 20020922
 
 // This is necessary until GCC supports separate template
 // compilation.