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

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 9952d22a9443073ca2f77a25deda8e18818c714b..907b64082c18f0a6fd6fe2f8228c0d47b61874ce 100644 (file)
@@ -6,7 +6,7 @@
 --                                                                          --
 --                                 S p e c                                  --
 --                                                                          --
---                            $Revision: 1.2.12.65.2.1 $
+--                            $Revision: 1.2.12.65.2.2 $
 --                                                                          --
 --          Copyright (C) 1992-2002 Free Software Foundation, Inc.          --
 --                                                                          --
@@ -38,7 +38,7 @@
 
 package Gnatvsn is
 
-   Gnat_Version_String : constant String := "3.2 20020728 (prerelease)";
+   Gnat_Version_String : constant String := "3.2 20020729 (prerelease)";
    --  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 f29005d1b4a27a594d4ffc31ca335f0b485d9701..ad5e41cc53f667af321414a8fd1aaea811ccac39 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "f/version.h"
 
-const char *const ffe_version_string = "3.2 20020728 (prerelease)";
+const char *const ffe_version_string = "3.2 20020729 (prerelease)";
index 408fadaf2ec5797c10acb3c4be5cf796aed66bca..6064758c9b37ca0d5a17fd629cc7892ace0425cc 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.2 20020728 (prerelease)";
+const char *const version_string = "3.2 20020729 (prerelease)";
index 13ca6a44a7fa1b33a26f8faab7caeb7a51773cb5..06935cb6316d638ec9b592e252aeb06b895ec582 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n";
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "3.2 20020728 (prerelease)";
+char __G77_LIBF77_VERSION__[] = "3.2 20020729 (prerelease)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index c6c9decf6322e8941852ff38f40bb5fcc9b05da4..02247f36d67a31a3c9e3f8581cecb3eba3dd360a 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n";
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "3.2 20020728 (prerelease)";
+char __G77_LIBI77_VERSION__[] = "3.2 20020729 (prerelease)";
 
 /*
 2.01   $ format added
index caa98c3ec56f38791b53f7c6720c50a8e71bc879..b66ead9b04d2eca59b5d8749662913eba43ce35d 100644 (file)
@@ -1,6 +1,6 @@
 static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "3.2 20020728 (prerelease)";
+char __G77_LIBU77_VERSION__[] = "3.2 20020729 (prerelease)";
 
 #include <stdio.h>
 
index e4236b3d0eb68e1817f16ab193fba18780b7a796..00d9836f8cd826254625c37d525d6c9dcee3156c 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__ 20020728
+#define __GLIBCPP__ 20020729
 
 // This is necessary until GCC supports separate template
 // compilation.