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

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 2a16b4d9a633fe31739b8fa2387ef9a6ad8a8d5e..c4e8d9befe89533f5e12d5a66c5a07a8a7d3aa61 100644 (file)
@@ -6,7 +6,7 @@
 --                                                                          --
 --                                 S p e c                                  --
 --                                                                          --
---                            $Revision: 1.2.12.65.2.82 $
+--                            $Revision: 1.2.12.65.2.83 $
 --                                                                          --
 --          Copyright (C) 1992-2002 Free Software Foundation, Inc.          --
 --                                                                          --
@@ -38,7 +38,7 @@
 
 package Gnatvsn is
 
-   Gnat_Version_String : constant String := "3.2.1 20021015 (prerelease)";
+   Gnat_Version_String : constant String := "3.2.1 20021016 (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 e26f713a85ad840c285e42bdfe8b80bc3c04c9fa..f6a7a6c41e1178a3b4c099636f8958db3718415d 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "f/version.h"
 
-const char *const ffe_version_string = "3.2.1 20021015 (prerelease)";
+const char *const ffe_version_string = "3.2.1 20021016 (prerelease)";
index d9e0dcfdadb24bc327bd1589300ede248b6a2565..662d9a271ffa1c0f79a7df7a35b54dc13545ac93 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.2.1 20021015 (prerelease)";
+const char *const version_string = "3.2.1 20021016 (prerelease)";
index 296f9c01166af5c57ee23a69d02153999d7b5786..1605c87886490f89fb53548195cef77323abb448 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n";
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "3.2.1 20021015 (prerelease)";
+char __G77_LIBF77_VERSION__[] = "3.2.1 20021016 (prerelease)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index 3f284cef1f88cd41ea865a0c092382cda630f579..7feb812b9641f60af1baf9a7785f61c20b468a61 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n";
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "3.2.1 20021015 (prerelease)";
+char __G77_LIBI77_VERSION__[] = "3.2.1 20021016 (prerelease)";
 
 /*
 2.01   $ format added
index 3cad6d65aea2a2c65c061be5e9e52f7ce2e5619a..0e2ab120ceea97f45c3491d54f0db32792ac7d90 100644 (file)
@@ -1,6 +1,6 @@
 static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "3.2.1 20021015 (prerelease)";
+char __G77_LIBU77_VERSION__[] = "3.2.1 20021016 (prerelease)";
 
 #include <stdio.h>
 
index 16a8232a42a6b597114ba40610336590a5e34327..840f1ee76f53c711f80bcea9b27e62a2cdf938c6 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__ 20021015
+#define __GLIBCPP__ 20021016
 
 // This is necessary until GCC supports separate template
 // compilation.