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

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 c4fb56987100f16e14800c371ca121b461c94233..4f9077811662c25aa419a892edf45f7d10d8305c 100644 (file)
@@ -6,7 +6,7 @@
 --                                                                          --
 --                                 S p e c                                  --
 --                                                                          --
---                            $Revision: 1.2.12.65.2.103 $
+--                            $Revision: 1.2.12.65.2.104 $
 --                                                                          --
 --          Copyright (C) 1992-2002 Free Software Foundation, Inc.          --
 --                                                                          --
@@ -38,7 +38,7 @@
 
 package Gnatvsn is
 
-   Gnat_Version_String : constant String := "3.2.1 20021105 (prerelease)";
+   Gnat_Version_String : constant String := "3.2.1 20021106 (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 5a791c2b26c08b53243380b7288ce9f642923b30..61c91f2f1399304c551f8f3770ec533cac27c813 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "f/version.h"
 
-const char *const ffe_version_string = "3.2.1 20021105 (prerelease)";
+const char *const ffe_version_string = "3.2.1 20021106 (prerelease)";
index 2b52d53405fb6bc004292a66146ff64b630d6f29..ae0a4994b7574de952fa80c91f7a44227045840e 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.2.1 20021105 (prerelease)";
+const char *const version_string = "3.2.1 20021106 (prerelease)";
index 1c3a0506e96d6c290b2a2647a9ebab9b5858cf41..37aae6d4335d4406f5e894d5a81b39d8e84fca56 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n";
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "3.2.1 20021105 (prerelease)";
+char __G77_LIBF77_VERSION__[] = "3.2.1 20021106 (prerelease)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index 5eaa4636a8eb8bc3077056f6fbf330947361fc46..1315ed94e2028d5acc183fc51eaf1316b2de1cda 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n";
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "3.2.1 20021105 (prerelease)";
+char __G77_LIBI77_VERSION__[] = "3.2.1 20021106 (prerelease)";
 
 /*
 2.01   $ format added
index d4c7e72e462ce28e1fa2f2a44b5bc898629de0b7..b76b7f79516590a9ca3e881da8e5ac1f80e0df79 100644 (file)
@@ -1,6 +1,6 @@
 static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "3.2.1 20021105 (prerelease)";
+char __G77_LIBU77_VERSION__[] = "3.2.1 20021106 (prerelease)";
 
 #include <stdio.h>
 
index aa76896c33dbe934b517935f5a4d1f9b7acc51d9..95a2b97f88406bf005baf9dd1f1fe82eb15ce596 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__ 20021105
+#define __GLIBCPP__ 20021106
 
 // This is necessary until GCC supports separate template
 // compilation.