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

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 0000744bd5af17e30e418b46d7894d5d5bafb30e..9734c9de73d9faf859b6e25ff54b9dc7ba6ce32b 100644 (file)
@@ -37,7 +37,7 @@
 
 package Gnatvsn is
 
-   Gnat_Version_String : constant String := "3.2 20020725 (experimental)";
+   Gnat_Version_String : constant String := "3.2 20020726 (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 52fad5756350aef2709352e4301adb6e58365fae..261a485d9e771532d24d000397ec03b410dde6bc 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "f/version.h"
 
-const char *const ffe_version_string = "3.2 20020725 (experimental)";
+const char *const ffe_version_string = "3.2 20020726 (experimental)";
index 1e2c96ab684dfd25db421e19a931f75d33124447..428d99fc03b067fae2165df061205409f13ff468 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.2 20020725 (experimental)";
+const char *const version_string = "3.2 20020726 (experimental)";
index a555dd5e58a77807ea70f93f894cd87756052953..4bc28a21d7a6ae9b1b314aba6d5e9c002a126cb3 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n";
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "3.2 20020725 (experimental)";
+char __G77_LIBF77_VERSION__[] = "3.2 20020726 (experimental)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index 721bab17ee62ccf6a53da4652a7cf04cb0453f83..decbb2b3a66b8d28740d8d04dd7e7e8e50c78c2c 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n";
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "3.2 20020725 (experimental)";
+char __G77_LIBI77_VERSION__[] = "3.2 20020726 (experimental)";
 
 /*
 2.01   $ format added
index c8e24069bd795e7a16588b45ff3cfdc9c53848bd..0d7111d251f73979bba489da13ec0b57770f4b1b 100644 (file)
@@ -1,6 +1,6 @@
 static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "3.2 20020725 (experimental)";
+char __G77_LIBU77_VERSION__[] = "3.2 20020726 (experimental)";
 
 #include <stdio.h>
 
index 31f40c567ffe5f5b1671fad82147c77c644ce78d..18ea631cecf2dda480dcb6b0f5ecb51f96959364 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__ 20020725
+#define __GLIBCPP__ 20020726
 
 // This is necessary until GCC supports separate template
 // compilation.