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

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 508bc3e41744d918c2debe058370cc956530fadb..62b1c173112905ee2cec3a9673b7002ecd73eb96 100644 (file)
@@ -6,7 +6,7 @@
 --                                                                          --
 --                                 S p e c                                  --
 --                                                                          --
---                            $Revision: 1.2.12.65.2.33 $
+--                            $Revision: 1.2.12.65.2.34 $
 --                                                                          --
 --          Copyright (C) 1992-2002 Free Software Foundation, Inc.          --
 --                                                                          --
@@ -38,7 +38,7 @@
 
 package Gnatvsn is
 
-   Gnat_Version_String : constant String := "3.2.1 20020827 (prerelease)";
+   Gnat_Version_String : constant String := "3.2.1 20020828 (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 80c41fce1077420e5f4d9e2b1937e14839cc2956..93f5bf2af611897d9a95a498fd0689d4090b5b80 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "f/version.h"
 
-const char *const ffe_version_string = "3.2.1 20020827 (prerelease)";
+const char *const ffe_version_string = "3.2.1 20020828 (prerelease)";
index de28496a8ab49cc62b142af4c3d370ffe975630d..30b87c912a0daa919d27f9277bda751ac8eeea5d 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.2.1 20020827 (prerelease)";
+const char *const version_string = "3.2.1 20020828 (prerelease)";
index 122f0c8b00136f7b50163b181eb7cf4f63c2e1f4..f953ec2d7aae34614732202ada2fda12cac3bb63 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n";
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "3.2.1 20020827 (prerelease)";
+char __G77_LIBF77_VERSION__[] = "3.2.1 20020828 (prerelease)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index 53e0afe892304cc382f3413934b54f553b7eaf70..edc6cedee24efbb88a8a854c7918a356d9e2c870 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n";
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "3.2.1 20020827 (prerelease)";
+char __G77_LIBI77_VERSION__[] = "3.2.1 20020828 (prerelease)";
 
 /*
 2.01   $ format added
index f78519279638c6acd1c53b13345d671fd0fcbf87..5ee4698f421e8978095f8dd8ae574a9b234824f8 100644 (file)
@@ -1,6 +1,6 @@
 static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "3.2.1 20020827 (prerelease)";
+char __G77_LIBU77_VERSION__[] = "3.2.1 20020828 (prerelease)";
 
 #include <stdio.h>
 
index 918990961dd88dd36097d0e57dcbcd0625871a79..4b40a8e4642e3cb4984cfdf24f6811cba55a1ce3 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__ 20020827
+#define __GLIBCPP__ 20020828
 
 // This is necessary until GCC supports separate template
 // compilation.