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

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 1d2affe043c85813141a3fa7bccde4ed1119ee1a..6f4f411e910462911a5358fb9c11985eb792fa58 100644 (file)
@@ -6,7 +6,7 @@
 --                                                                          --
 --                                 S p e c                                  --
 --                                                                          --
---                            $Revision: 1.2.12.65.2.77 $
+--                            $Revision: 1.2.12.65.2.78 $
 --                                                                          --
 --          Copyright (C) 1992-2002 Free Software Foundation, Inc.          --
 --                                                                          --
@@ -38,7 +38,7 @@
 
 package Gnatvsn is
 
-   Gnat_Version_String : constant String := "3.2.1 20021010 (prerelease)";
+   Gnat_Version_String : constant String := "3.2.1 20021011 (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 244d6a552ed885016f8208956d3cf53ea0fab449..a54d621a9a077df65f734e88893db26eb7fc11c5 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "f/version.h"
 
-const char *const ffe_version_string = "3.2.1 20021010 (prerelease)";
+const char *const ffe_version_string = "3.2.1 20021011 (prerelease)";
index 9c93e394edfd66b7f5445e20e38c47a796167ff5..fd9dae612aedc8d80a5234c37bf258b3ec89c7d6 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.2.1 20021010 (prerelease)";
+const char *const version_string = "3.2.1 20021011 (prerelease)";
index e1672ef80d8237f7b332e04bf0af71a31f8b5292..a0f510a117e86721bd490b3290776e54b6fd25dc 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n";
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "3.2.1 20021010 (prerelease)";
+char __G77_LIBF77_VERSION__[] = "3.2.1 20021011 (prerelease)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index 71e9e2f740d2319cd6effc3136b9b6e01da7048f..3fcc107a3e3ccb3e293cff0c993b859627224f22 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n";
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "3.2.1 20021010 (prerelease)";
+char __G77_LIBI77_VERSION__[] = "3.2.1 20021011 (prerelease)";
 
 /*
 2.01   $ format added
index e3c3a4362db545a3a0938774d902f3a8a2686e58..292e6d18e3c5b829d98f28ea75856c623c4cd5db 100644 (file)
@@ -1,6 +1,6 @@
 static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "3.2.1 20021010 (prerelease)";
+char __G77_LIBU77_VERSION__[] = "3.2.1 20021011 (prerelease)";
 
 #include <stdio.h>
 
index ebfaf7d7897eb76e213e56962e338bbdc1c6891e..7222123d5096d62051e408f63ac3138455155140 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__ 20021010
+#define __GLIBCPP__ 20021011
 
 // This is necessary until GCC supports separate template
 // compilation.