]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Sat, 7 Sep 2002 07:17:37 +0000 (07:17 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Sat, 7 Sep 2002 07:17:37 +0000 (07:17 +0000)
From-SVN: r56914

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 f3f6896d3eb73bb86318873bcf65f4dbb95d9a09..8d69791c929c007a8b2792d7b8895b2d867e922c 100644 (file)
@@ -37,7 +37,7 @@
 
 package Gnatvsn is
 
-   Gnat_Version_String : constant String := "3.3 20020906 (experimental)";
+   Gnat_Version_String : constant String := "3.3 20020907 (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 309fc1fe985f76941b5339bae1a2a2f25d09f252..801339c450d9d25c039663a92db32410f67fbe62 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "f/version.h"
 
-const char *const ffe_version_string = "3.3 20020906 (experimental)";
+const char *const ffe_version_string = "3.3 20020907 (experimental)";
index c884e38f9e021ddd6a408dc6268ecae6c35d4181..73f21ce6fe648f8d5f14855d1b02a7e272363f7a 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.3 20020906 (experimental)";
+const char *const version_string = "3.3 20020907 (experimental)";
index 6b0588450ad5ab4f8348d846431f10b86ef7d0d1..1fec255713507bf6bf845ab09c800083908db2eb 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n";
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "3.3 20020906 (experimental)";
+char __G77_LIBF77_VERSION__[] = "3.3 20020907 (experimental)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index fb162e52cf89c8e36bd538aadaed02141cdd0311..0eaacfd82c1b7e426a3a316e67ac0b918593e287 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n";
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "3.3 20020906 (experimental)";
+char __G77_LIBI77_VERSION__[] = "3.3 20020907 (experimental)";
 
 /*
 2.01   $ format added
index 5a0b2ec9c7cfc107b13cc2405a0a64daa2b8c0b4..5722028fae30088bcd2ae5e38eb04f515f21bb91 100644 (file)
@@ -1,6 +1,6 @@
 static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "3.3 20020906 (experimental)";
+char __G77_LIBU77_VERSION__[] = "3.3 20020907 (experimental)";
 
 #include <stdio.h>
 
index 7a2781492ad4d50ca57051536e6f9b78fc5f57be..c9a1ffdcce7a368678a24cc28e505823df424e63 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__ 20020906
+#define __GLIBCPP__ 20020907
 
 // This is necessary until GCC supports separate template
 // compilation.