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

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