]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Tue, 28 May 2002 07:21:59 +0000 (07:21 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Tue, 28 May 2002 07:21:59 +0000 (07:21 +0000)
From-SVN: r53951

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 cad609e9d2f97e04c6d0b9d500bbaafcc42fb981..28def2cbe60e214858ca6d2e27d4052f42b45244 100644 (file)
@@ -37,7 +37,7 @@
 
 package Gnatvsn is
 
-   Gnat_Version_String : constant String := "3.2 20020526 (experimental)";
+   Gnat_Version_String : constant String := "3.2 20020528 (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 08551c3d010ca33b4ef73e792cd19804a5951311..140dacd195e567c7b2dba68eeab843028c1fc214 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "f/version.h"
 
-const char *const ffe_version_string = "3.2 20020527 (experimental)";
+const char *const ffe_version_string = "3.2 20020528 (experimental)";
index 6c5122880bac640f3f36a98f8e1094bdce6e7672..8e5c71d752d859530c76ef54557af9a212833a82 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.2 20020527 (experimental)";
+const char *const version_string = "3.2 20020528 (experimental)";
index 8585b90eef21596a45ab63ab934321c9a95d2fcc..e7150990c8e22fb8347009b4f3e0f636c86092e3 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n";
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "3.2 20020527 (experimental)";
+char __G77_LIBF77_VERSION__[] = "3.2 20020528 (experimental)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index e72c8206010fe703eb7e722b7ea0e9188dd9dc81..42ada4bb0f13f8ca64fbdd3a5bb2340c7793f364 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n";
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "3.2 20020527 (experimental)";
+char __G77_LIBI77_VERSION__[] = "3.2 20020528 (experimental)";
 
 /*
 2.01   $ format added
index f9ebfcc295f9b3f0f7564cd3a627c9e559ef5e68..dab8dd06ca6f93b5162c48a5955467d29efc6840 100644 (file)
@@ -1,6 +1,6 @@
 static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "3.2 20020527 (experimental)";
+char __G77_LIBU77_VERSION__[] = "3.2 20020528 (experimental)";
 
 #include <stdio.h>
 
index 8c62dadd8aba4c9bf7fd1874c9f7ba2bde137a79..33d7bc8479cd52fb5fc5084c7e937498cfd2fc89 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__ 20020527
+#define __GLIBCPP__ 20020528
 
 // This is necessary until GCC supports separate template
 // compilation.