]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Mon, 18 Nov 2002 08:17:12 +0000 (08:17 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Mon, 18 Nov 2002 08:17:12 +0000 (08:17 +0000)
From-SVN: r59206

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 11cd97d023be5a5bae79fe7793157512fd906aaf..803d8451dab585a0a25fda0a4dfaf9247dc9b961 100644 (file)
@@ -6,7 +6,7 @@
 --                                                                          --
 --                                 S p e c                                  --
 --                                                                          --
---                            $Revision: 1.2.12.65.2.115 $
+--                            $Revision: 1.2.12.65.2.116 $
 --                                                                          --
 --          Copyright (C) 1992-2002 Free Software Foundation, Inc.          --
 --                                                                          --
@@ -38,7 +38,7 @@
 
 package Gnatvsn is
 
-   Gnat_Version_String : constant String := "3.2.1 20021117 (prerelease)";
+   Gnat_Version_String : constant String := "3.2.1 20021118 (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 30c6b5e4fddd971e216a746afa11345a6f44ea4b..5e10624efb7e5d21c01a1903fc3a43ea79422f5d 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "f/version.h"
 
-const char *const ffe_version_string = "3.2.1 20021117 (prerelease)";
+const char *const ffe_version_string = "3.2.1 20021118 (prerelease)";
index 5bad6a9b620e24d80a83bb41271df61293d13910..85e0c43005ed8f25eb32a2d5b4165c5c106f2f55 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.2.1 20021117 (prerelease)";
+const char *const version_string = "3.2.1 20021118 (prerelease)";
index 71c1757808ab23452cc476b22bd537d33fb2869f..af8159f3e7393f5b491d4e439d6749e22f8835c0 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n";
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "3.2.1 20021117 (prerelease)";
+char __G77_LIBF77_VERSION__[] = "3.2.1 20021118 (prerelease)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index f4826fbea004789c39012ff978d003feed0cf5f5..8b51afc46b4935cbd355763b98603da9eb462650 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n";
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "3.2.1 20021117 (prerelease)";
+char __G77_LIBI77_VERSION__[] = "3.2.1 20021118 (prerelease)";
 
 /*
 2.01   $ format added
index 0d998b79d5f82908689d98350709846cd1f16bab..dae33486c494f2942e356fecb7e9ccf1ac8e06bb 100644 (file)
@@ -1,6 +1,6 @@
 static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "3.2.1 20021117 (prerelease)";
+char __G77_LIBU77_VERSION__[] = "3.2.1 20021118 (prerelease)";
 
 #include <stdio.h>
 
index 5fb6a72c33d00059437d6e0561fa724a2d6c72af..793e416ed346315b7140baac11b9065d6a42b376 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__ 20021117
+#define __GLIBCPP__ 20021118
 
 // This is necessary until GCC supports separate template
 // compilation.