]> gcc.gnu.org Git - gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Fri, 12 Jul 2002 07:16:56 +0000 (07:16 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Fri, 12 Jul 2002 07:16:56 +0000 (07:16 +0000)
From-SVN: r55417

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 0e8612ac93a6bfe04c3ea61f54136db0bf9143ed..3c6ae5b052e13ead07149183355c04811f07a5f3 100644 (file)
@@ -37,7 +37,7 @@
 
 package Gnatvsn is
 
-   Gnat_Version_String : constant String := "3.2 20020711 (experimental)";
+   Gnat_Version_String : constant String := "3.2 20020712 (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 c1d499f238ec68b2b3c0ff796735ebbd039b6b0c..7dcb94e1bd7c7f60b3e077dca8ce01c1a94e13ae 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "f/version.h"
 
-const char *const ffe_version_string = "3.2 20020711 (experimental)";
+const char *const ffe_version_string = "3.2 20020712 (experimental)";
index e8e6f7f5a6adf26066f9b092964580a90deeb1e9..0f67eae6903e5ed6e29fe9a4fcb0134e2dde67d1 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.2 20020711 (experimental)";
+const char *const version_string = "3.2 20020712 (experimental)";
index 038ce166a01a761e5d838c325f0fc3c1c8e03240..2b35668b0825ddf14073044621a319b228d5fb41 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n";
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "3.2 20020711 (experimental)";
+char __G77_LIBF77_VERSION__[] = "3.2 20020712 (experimental)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index 3412d306260eef563b9b8f17fdfbc3be30c1fdf9..69341f926faabe69d32e27db1c455f974d77979d 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n";
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "3.2 20020711 (experimental)";
+char __G77_LIBI77_VERSION__[] = "3.2 20020712 (experimental)";
 
 /*
 2.01   $ format added
index 96a20b3157835e231fb89a1dc648b32e3ed6146a..ba4cd838701c5fd70a5aeaacb27af8d776b88f69 100644 (file)
@@ -1,6 +1,6 @@
 static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "3.2 20020711 (experimental)";
+char __G77_LIBU77_VERSION__[] = "3.2 20020712 (experimental)";
 
 #include <stdio.h>
 
index d3a6b7fc498717a0c910b48cbab14d657b4e0aa7..e84d89175ccc8e4a2bd3d7b4dd91ef06de9d6767 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__ 20020711
+#define __GLIBCPP__ 20020712
 
 // This is necessary until GCC supports separate template
 // compilation.  
This page took 0.123817 seconds and 5 git commands to generate.