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

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