]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Fri, 23 Aug 2002 07:17:10 +0000 (07:17 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Fri, 23 Aug 2002 07:17:10 +0000 (07:17 +0000)
From-SVN: r56538

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 7c3c3f06ef6f89d166317134b843ec963bef2d86..4f7310e8b56f4197918c3dbf35d47686ae633438 100644 (file)
@@ -37,7 +37,7 @@
 
 package Gnatvsn is
 
-   Gnat_Version_String : constant String := "3.3 20020822 (experimental)";
+   Gnat_Version_String : constant String := "3.3 20020823 (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 2f9fbd01e5a5963bff0c1f40e77b002305934095..78aed31f67c022a45fe7e1a51f3d13b1bdf4b139 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "f/version.h"
 
-const char *const ffe_version_string = "3.3 20020822 (experimental)";
+const char *const ffe_version_string = "3.3 20020823 (experimental)";
index ee314f526484377e68bf26903638271541490017..680f444395e20fdd4a5c03d66c27f3a34060f8d1 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.3 20020822 (experimental)";
+const char *const version_string = "3.3 20020823 (experimental)";
index 270ed584b1b6aed21bd2616fba9e8a2273976cf4..b37024af7a32906adb7996553d32ba3a1541eb58 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n";
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "3.3 20020822 (experimental)";
+char __G77_LIBF77_VERSION__[] = "3.3 20020823 (experimental)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index dde8b5e6f7e75f0062a4bc4a0449f1ea3ff5e988..cdfeaba7952b78d60d391fa409b43ae6107440cf 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n";
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "3.3 20020822 (experimental)";
+char __G77_LIBI77_VERSION__[] = "3.3 20020823 (experimental)";
 
 /*
 2.01   $ format added
index fc37fc286796b4fb16a5404bf08bfe2c1ae0579b..38bb0052283e9b8c6cd0bc0af3d56b75496c762c 100644 (file)
@@ -1,6 +1,6 @@
 static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "3.3 20020822 (experimental)";
+char __G77_LIBU77_VERSION__[] = "3.3 20020823 (experimental)";
 
 #include <stdio.h>
 
index eeae4746e916bfd981f10e5f3ef7ed5bf325531e..9e5362c92c9f53270ceb036669110bcd8910407c 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__ 20020822
+#define __GLIBCPP__ 20020823
 
 // This is necessary until GCC supports separate template
 // compilation.