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

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 27e1bdd563be3d68a40db90e4934bac5a23a27c6..f8567ee7eca778479f005a2e30f0272ad091e483 100644 (file)
@@ -6,7 +6,7 @@
 --                                                                          --
 --                                 S p e c                                  --
 --                                                                          --
---                            $Revision: 1.2.12.65.2.92 $
+--                            $Revision: 1.2.12.65.2.93 $
 --                                                                          --
 --          Copyright (C) 1992-2002 Free Software Foundation, Inc.          --
 --                                                                          --
@@ -38,7 +38,7 @@
 
 package Gnatvsn is
 
-   Gnat_Version_String : constant String := "3.2.1 20021025 (prerelease)";
+   Gnat_Version_String : constant String := "3.2.1 20021026 (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 e5546fbd2a1ceb266d50f83ba6b0a6851f6bbbaa..fdf9974b7d0c4ab001a7624e5e6548371d14d475 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "f/version.h"
 
-const char *const ffe_version_string = "3.2.1 20021025 (prerelease)";
+const char *const ffe_version_string = "3.2.1 20021026 (prerelease)";
index 69d64cad9d3643ebc79dbb87d2107f7c0fecb708..6a9f81c52778bad7b79b7e8bb8f4e83ca8d9cc80 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.2.1 20021025 (prerelease)";
+const char *const version_string = "3.2.1 20021026 (prerelease)";
index 6ab2cdf10bce127854d13ce7551935f710c3962b..3e8b32cd1cb5f8cb700cf333e7a8e957d3b08d4f 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n";
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "3.2.1 20021025 (prerelease)";
+char __G77_LIBF77_VERSION__[] = "3.2.1 20021026 (prerelease)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index 1c3b89a3413300c3e63c3d9d8885312e38f55168..1f9ed5e431219200247bca78fbb098a2c30b9287 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n";
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "3.2.1 20021025 (prerelease)";
+char __G77_LIBI77_VERSION__[] = "3.2.1 20021026 (prerelease)";
 
 /*
 2.01   $ format added
index 1de50fe8c6af7f4f1f356ef00339c233309205af..7bb779bf41ff6154acfaf28b3683cd87cfd9347a 100644 (file)
@@ -1,6 +1,6 @@
 static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "3.2.1 20021025 (prerelease)";
+char __G77_LIBU77_VERSION__[] = "3.2.1 20021026 (prerelease)";
 
 #include <stdio.h>
 
index ee499e395a37db1ae7f2418c699efbe214e429bb..4ec3a365e5b2d4bdd20d22202d3a621bf49124d9 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__ 20021025
+#define __GLIBCPP__ 20021026
 
 // This is necessary until GCC supports separate template
 // compilation.