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

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