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

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 5767630a97dce937162581bc1e937216f2fe7a73..8748a6a71c33f78181a8d43bc383d7c2f58895e0 100644 (file)
@@ -37,7 +37,7 @@
 
 package Gnatvsn is
 
-   Gnat_Version_String : constant String := "3.3 20020830 (experimental)";
+   Gnat_Version_String : constant String := "3.3 20020831 (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 e9a120bc33b840e2c4e7da2e85a6477b64db13a5..a53e1a753b312aba06dbfdfc6059b6edf0e5cbf3 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "f/version.h"
 
-const char *const ffe_version_string = "3.3 20020830 (experimental)";
+const char *const ffe_version_string = "3.3 20020831 (experimental)";
index 1da72ffb2f148cf8adcccc139a20c389bb5038b9..b2a8a7288763389466650d0dc506330e2bc74804 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.3 20020830 (experimental)";
+const char *const version_string = "3.3 20020831 (experimental)";
index 49988d657ba8f59a4af0f3b3ea4b686b489f40b4..77035db368681e89f55bda741d1a4f5f45e688db 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n";
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "3.3 20020830 (experimental)";
+char __G77_LIBF77_VERSION__[] = "3.3 20020831 (experimental)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index 9dd8ef9315658e59ce46f698f70c2a37203fe947..9a92018b9b15ef3353dec85b1b81117813af9fd2 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n";
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "3.3 20020830 (experimental)";
+char __G77_LIBI77_VERSION__[] = "3.3 20020831 (experimental)";
 
 /*
 2.01   $ format added
index a7f9d6a80ff52983b23d1b7fc4d65f15a740c952..84ae8828bf0a64e691b5eca5a0a2e6452abac08b 100644 (file)
@@ -1,6 +1,6 @@
 static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "3.3 20020830 (experimental)";
+char __G77_LIBU77_VERSION__[] = "3.3 20020831 (experimental)";
 
 #include <stdio.h>
 
index 540cafd30fc3010005ffd048d87b83583ae999bf..831d35e885800b1b15d5f883ec19900a942bf652 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__ 20020830
+#define __GLIBCPP__ 20020831
 
 // This is necessary until GCC supports separate template
 // compilation.