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

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