]> gcc.gnu.org Git - gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Thu, 22 Aug 2002 07:17:37 +0000 (07:17 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Thu, 22 Aug 2002 07:17:37 +0000 (07:17 +0000)
From-SVN: r56509

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 9c8c72819556ff2c29528af6325b0f14d74f2713..7c3c3f06ef6f89d166317134b843ec963bef2d86 100644 (file)
@@ -37,7 +37,7 @@
 
 package Gnatvsn is
 
-   Gnat_Version_String : constant String := "3.3 20020821 (experimental)";
+   Gnat_Version_String : constant String := "3.3 20020822 (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 650db6eca823d1420fb053a8ab5d557256dbe79e..2f9fbd01e5a5963bff0c1f40e77b002305934095 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "f/version.h"
 
-const char *const ffe_version_string = "3.3 20020821 (experimental)";
+const char *const ffe_version_string = "3.3 20020822 (experimental)";
index 54fee7333029a005c8c15ed03f3338513b2d1121..ee314f526484377e68bf26903638271541490017 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.3 20020821 (experimental)";
+const char *const version_string = "3.3 20020822 (experimental)";
index 8e0108507652e51633ce99847baebbd2cac590d3..270ed584b1b6aed21bd2616fba9e8a2273976cf4 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n";
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "3.3 20020821 (experimental)";
+char __G77_LIBF77_VERSION__[] = "3.3 20020822 (experimental)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index 77be6a527425655c295f679142c81469e8c2a0cb..dde8b5e6f7e75f0062a4bc4a0449f1ea3ff5e988 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n";
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "3.3 20020821 (experimental)";
+char __G77_LIBI77_VERSION__[] = "3.3 20020822 (experimental)";
 
 /*
 2.01   $ format added
index ea718f6242fff42989e9e6dda630941b94268f99..fc37fc286796b4fb16a5404bf08bfe2c1ae0579b 100644 (file)
@@ -1,6 +1,6 @@
 static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "3.3 20020821 (experimental)";
+char __G77_LIBU77_VERSION__[] = "3.3 20020822 (experimental)";
 
 #include <stdio.h>
 
index 26f6cb7ba2715205811f3660e4da5d4b6cce7cfc..eeae4746e916bfd981f10e5f3ef7ed5bf325531e 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__ 20020821
+#define __GLIBCPP__ 20020822
 
 // This is necessary until GCC supports separate template
 // compilation.  
This page took 0.072895 seconds and 5 git commands to generate.