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

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 b97c717a9fa2ab07a074c2cf52e143376942309e..5881592d1036f5210a68482d4d6cb5028621309a 100644 (file)
@@ -6,7 +6,7 @@
 --                                                                          --
 --                                 S p e c                                  --
 --                                                                          --
---                            $Revision: 1.2.12.65.2.13 $
+--                            $Revision: 1.2.12.65.2.14 $
 --                                                                          --
 --          Copyright (C) 1992-2002 Free Software Foundation, Inc.          --
 --                                                                          --
@@ -38,7 +38,7 @@
 
 package Gnatvsn is
 
-   Gnat_Version_String : constant String := "3.2 20020809 (prerelease)";
+   Gnat_Version_String : constant String := "3.2 20020810 (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 bd4e04fed6f59670ac3b566e17265aae622f7da0..04717e63ec01873fdcc2cfe4ad46f547d0d1cd53 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "f/version.h"
 
-const char *const ffe_version_string = "3.2 20020809 (prerelease)";
+const char *const ffe_version_string = "3.2 20020810 (prerelease)";
index 783ac8cd6b5891fd74ce61bb59f6a51ae5641539..fd1dd1d6669ddf0b41e2b4229e37e12c72513fc1 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.2 20020809 (prerelease)";
+const char *const version_string = "3.2 20020810 (prerelease)";
index 71f74d96d357af03a0098cc63c500d0a8cb3532c..15d858536bebfaa3412e6e2c114b1f1fa4cfc957 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n";
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "3.2 20020809 (prerelease)";
+char __G77_LIBF77_VERSION__[] = "3.2 20020810 (prerelease)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index d628d65f97370cfb4848f6cf0a2ee0c047ba86f6..f3588c3cbf0e07fa07a4d3b9dab9af6c34f638f4 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n";
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "3.2 20020809 (prerelease)";
+char __G77_LIBI77_VERSION__[] = "3.2 20020810 (prerelease)";
 
 /*
 2.01   $ format added
index 6a98ea7d697ce5d48cdc5ba930dd7dfb60be12e0..e2087a97481abd9b7c0f5fc7590375e60df3047b 100644 (file)
@@ -1,6 +1,6 @@
 static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "3.2 20020809 (prerelease)";
+char __G77_LIBU77_VERSION__[] = "3.2 20020810 (prerelease)";
 
 #include <stdio.h>
 
index 636262ac5d30f97a29905ad263a77fb4a69f39a1..af640b5da67cd88845ef123b929029796939fdc3 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__ 20020809
+#define __GLIBCPP__ 20020810
 
 // This is necessary until GCC supports separate template
 // compilation.