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

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