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

gcc/ada/gnatvsn.ads
libf2c/libF77/Version.c
libf2c/libI77/Version.c
libf2c/libU77/Version.c
libstdc++-v3/include/bits/c++config

index b706875314edba49ed31c62682fc93ed625789e4..fcfc3f43b3d5de32abfd3e68833dabad0950bbd7 100644 (file)
@@ -6,7 +6,7 @@
 --                                                                          --
 --                                 S p e c                                  --
 --                                                                          --
---                            $Revision: 1.2.12.65.2.8 $
+--                            $Revision: 1.2.12.65.2.9 $
 --                                                                          --
 --          Copyright (C) 1992-2002 Free Software Foundation, Inc.          --
 --                                                                          --
@@ -38,7 +38,7 @@
 
 package Gnatvsn is
 
-   Gnat_Version_String : constant String := "3.2 20020804 (prerelease)";
+   Gnat_Version_String : constant String := "3.2 20020805 (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 75ff261df8571545b31f6347a7238461db8021a1..0d280a318a86041390c1f30a7ce9b99fc05847e9 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n";
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "3.2 20020804 (prerelease)";
+char __G77_LIBF77_VERSION__[] = "3.2 20020805 (prerelease)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index f56137c808344add37f6235e275792b35df9c072..1354575702581718da44eccddae52b620e2cded1 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n";
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "3.2 20020804 (prerelease)";
+char __G77_LIBI77_VERSION__[] = "3.2 20020805 (prerelease)";
 
 /*
 2.01   $ format added
index 13f544af13ed89e62cf78243ee5bcb59de08b5b0..97903e92147dfdec466442d4b087905581a345bf 100644 (file)
@@ -1,6 +1,6 @@
 static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "3.2 20020804 (prerelease)";
+char __G77_LIBU77_VERSION__[] = "3.2 20020805 (prerelease)";
 
 #include <stdio.h>
 
index 87a68a1433a4a8c4ac5b2c5d3eab133ee6124b18..9e1563649e3e3d84648e1d6ec23f138b5857e0b7 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__ 20020804
+#define __GLIBCPP__ 20020805
 
 // This is necessary until GCC supports separate template
 // compilation.