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

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

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