]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Tue, 13 Aug 2002 07:16:57 +0000 (07:16 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Tue, 13 Aug 2002 07:16:57 +0000 (07:16 +0000)
From-SVN: r56243

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 ffd4dc1710295133f46e5bc7b46db1068709b294..62faa01bb9cc7ff3a36d332ada33f4dd57233a37 100644 (file)
@@ -6,7 +6,7 @@
 --                                                                          --
 --                                 S p e c                                  --
 --                                                                          --
---                            $Revision: 1.2.12.65.2.16 $
+--                            $Revision: 1.2.12.65.2.17 $
 --                                                                          --
 --          Copyright (C) 1992-2002 Free Software Foundation, Inc.          --
 --                                                                          --
@@ -38,7 +38,7 @@
 
 package Gnatvsn is
 
-   Gnat_Version_String : constant String := "3.2 20020812 (prerelease)";
+   Gnat_Version_String : constant String := "3.2 20020813 (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 3315965d4c0c6703a598e0ee3c1e55c798c726c8..37c1a4fc8f32e1e364751ba61e9c87bf11cef26e 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "f/version.h"
 
-const char *const ffe_version_string = "3.2 20020812 (prerelease)";
+const char *const ffe_version_string = "3.2 20020813 (prerelease)";
index 363867300095792831301c4508bf607a4209dfd6..ba7ff34f0402ea349ca660211df8f55a576439b9 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.2 20020812 (prerelease)";
+const char *const version_string = "3.2 20020813 (prerelease)";
index 15ae10534a322f0dc1845ab45f1705cf7485b7ab..85907a033e853ffc28568eb1031b0a7146582faa 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n";
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "3.2 20020812 (prerelease)";
+char __G77_LIBF77_VERSION__[] = "3.2 20020813 (prerelease)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index f7a0d0ad685b028defcbe26b57d48e01ac3b51bf..60e2ec4f7efc3b07cb839b7ddfc4b97d55fd8dac 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n";
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "3.2 20020812 (prerelease)";
+char __G77_LIBI77_VERSION__[] = "3.2 20020813 (prerelease)";
 
 /*
 2.01   $ format added
index 395a867d2fdc62be60386129670b0400e2ee8fb9..bc3023386d406534541b562726e8e63059bfb974 100644 (file)
@@ -1,6 +1,6 @@
 static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "3.2 20020812 (prerelease)";
+char __G77_LIBU77_VERSION__[] = "3.2 20020813 (prerelease)";
 
 #include <stdio.h>
 
index 5aeadb87aa749d1e8b21076e5237447141022a92..44ff9bc9b88b11cd93e21037050671d79d00f643 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__ 20020812
+#define __GLIBCPP__ 20020813
 
 // This is necessary until GCC supports separate template
 // compilation.