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

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