Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Mon, 23 Sep 2002 07:17:31 +0000 (07:17 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Mon, 23 Sep 2002 07:17:31 +0000 (07:17 +0000)
From-SVN: r57431

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