]> gcc.gnu.org Git - gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Thu, 18 Jul 2002 07:19:00 +0000 (07:19 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Thu, 18 Jul 2002 07:19:00 +0000 (07:19 +0000)
From-SVN: r55552

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 244a5f1ef4097605a17e287f130cb2069ebe2ce7..7936047d7bf5780c3a0378e835509ec56d0284c9 100644 (file)
@@ -37,7 +37,7 @@
 
 package Gnatvsn is
 
-   Gnat_Version_String : constant String := "3.2 20020717 (experimental)";
+   Gnat_Version_String : constant String := "3.2 20020718 (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 36f9f2bd676e32b80230bfbb6d0c4ead84844896..52905a05e7623e6aa29e448dfbec365ef18d3835 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "f/version.h"
 
-const char *const ffe_version_string = "3.2 20020717 (experimental)";
+const char *const ffe_version_string = "3.2 20020718 (experimental)";
index c70eede1ff09ad47b24308832c0d666211c8dcc8..a5cc9f72d8a6cccac47460f4c6dc1dc52c027f3c 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.2 20020717 (experimental)";
+const char *const version_string = "3.2 20020718 (experimental)";
index 23f1b9f21f526de1cfa70d1197e1c45423713441..1614c62e51612a462f624e04018d85ffb21a6ffa 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n";
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "3.2 20020717 (experimental)";
+char __G77_LIBF77_VERSION__[] = "3.2 20020718 (experimental)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index 821d95a47d42908c670c710cc22cb600090ae506..204a273a55dc9a203320bcbc6bc0470aed3aa2ba 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n";
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "3.2 20020717 (experimental)";
+char __G77_LIBI77_VERSION__[] = "3.2 20020718 (experimental)";
 
 /*
 2.01   $ format added
index 4afcc212264c6ee0ef99dd808b8a37bdcf3a967e..14ff9840f77525f7ba716d97f2917e9bee88294b 100644 (file)
@@ -1,6 +1,6 @@
 static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "3.2 20020717 (experimental)";
+char __G77_LIBU77_VERSION__[] = "3.2 20020718 (experimental)";
 
 #include <stdio.h>
 
index 21c5b1493e32c4aa7a1d486a3cab63c6a9db4d92..68f0442f15efebade8d69dc558fdb818d48b9a9a 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__ 20020717
+#define __GLIBCPP__ 20020718
 
 // This is necessary until GCC supports separate template
 // compilation.  
This page took 0.067116 seconds and 5 git commands to generate.