]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Thu, 11 Jul 2002 07:16:52 +0000 (07:16 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Thu, 11 Jul 2002 07:16:52 +0000 (07:16 +0000)
From-SVN: r55394

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 5224455d4c1e9c9dfa04d918143169c92afe0ab0..0e8612ac93a6bfe04c3ea61f54136db0bf9143ed 100644 (file)
@@ -37,7 +37,7 @@
 
 package Gnatvsn is
 
-   Gnat_Version_String : constant String := "3.2 20020710 (experimental)";
+   Gnat_Version_String : constant String := "3.2 20020711 (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 3960e6f3f98b6ed846e2c86353141f9922a9a853..c1d499f238ec68b2b3c0ff796735ebbd039b6b0c 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "f/version.h"
 
-const char *const ffe_version_string = "3.2 20020710 (experimental)";
+const char *const ffe_version_string = "3.2 20020711 (experimental)";
index fc8dad4a7410305e18f337ce375823cf20dcbd81..e8e6f7f5a6adf26066f9b092964580a90deeb1e9 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.2 20020710 (experimental)";
+const char *const version_string = "3.2 20020711 (experimental)";
index 39894a7e7242d0e5bd3824599705c51d38e1b179..038ce166a01a761e5d838c325f0fc3c1c8e03240 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n";
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "3.2 20020710 (experimental)";
+char __G77_LIBF77_VERSION__[] = "3.2 20020711 (experimental)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index 2560f74011c63dd7b215da414aba2aef1b11f741..3412d306260eef563b9b8f17fdfbc3be30c1fdf9 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n";
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "3.2 20020710 (experimental)";
+char __G77_LIBI77_VERSION__[] = "3.2 20020711 (experimental)";
 
 /*
 2.01   $ format added
index 5c03eea102e6221baaff063dd5aa9b3070085029..96a20b3157835e231fb89a1dc648b32e3ed6146a 100644 (file)
@@ -1,6 +1,6 @@
 static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "3.2 20020710 (experimental)";
+char __G77_LIBU77_VERSION__[] = "3.2 20020711 (experimental)";
 
 #include <stdio.h>
 
index 096f35b41d1d4f43535f20a73f1b7d5e93a0b673..d3a6b7fc498717a0c910b48cbab14d657b4e0aa7 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__ 20020710
+#define __GLIBCPP__ 20020711
 
 // This is necessary until GCC supports separate template
 // compilation.