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

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