Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Mon, 3 Jun 2002 07:17:48 +0000 (07:17 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Mon, 3 Jun 2002 07:17:48 +0000 (07:17 +0000)
From-SVN: r54211

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 c41ba376359b4e8a3a3bd24c55de34adbfe81d6f..1b5503a4ed247307f6c84a28df62800631f5059d 100644 (file)
@@ -37,7 +37,7 @@
 
 package Gnatvsn is
 
-   Gnat_Version_String : constant String := "3.2 20020602 (experimental)";
+   Gnat_Version_String : constant String := "3.2 20020603 (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 414c898b266a25a922848feb55412fcfba607fc4..eb592ecc55215197312c0c1e3f5c5301fedcf101 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "f/version.h"
 
-const char *const ffe_version_string = "3.2 20020602 (experimental)";
+const char *const ffe_version_string = "3.2 20020603 (experimental)";
index 9b046d90722d77d59efca12d15a834ac9ce55a5c..81f36bf82259557f80a89b826bdf1a28f19f9d46 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.2 20020602 (experimental)";
+const char *const version_string = "3.2 20020603 (experimental)";
index 17e81f137605d89138575936b77d8eddb6dc72b2..4d2fdfbb856c2f583a8eaf567ff10ac27b51a8f0 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n";
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "3.2 20020602 (experimental)";
+char __G77_LIBF77_VERSION__[] = "3.2 20020603 (experimental)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index 3f941cc21445fc9dd70fc3128ba7793fdf4ecc4c..026da1cff6efc00f40774bd225792a07a9d48f47 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n";
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "3.2 20020602 (experimental)";
+char __G77_LIBI77_VERSION__[] = "3.2 20020603 (experimental)";
 
 /*
 2.01   $ format added
index 88072e3d37dbeb111241b9253c08efe64e79c85e..95eb81864035f338b553b07a6d0ed8c90daed315 100644 (file)
@@ -1,6 +1,6 @@
 static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "3.2 20020602 (experimental)";
+char __G77_LIBU77_VERSION__[] = "3.2 20020603 (experimental)";
 
 #include <stdio.h>
 
index aabd40dec601aa4341888cf2637d831f7883133a..e098ea976a714fe2bf9e59219a8a19003c696240 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__ 20020602
+#define __GLIBCPP__ 20020603
 
 // This is necessary until GCC supports separate template
 // compilation.