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

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 3ca921ecd084e4e39fad85b5d357f214e45cb2de..62a392371cc0f0c31427750c61362051003125b5 100644 (file)
@@ -6,7 +6,7 @@
 --                                                                          --
 --                                 S p e c                                  --
 --                                                                          --
---                            $Revision: 1.2.12.43 $
+--                            $Revision: 1.2.12.44 $
 --                                                                          --
 --          Copyright (C) 1992-2002 Free Software Foundation, Inc.          --
 --                                                                          --
@@ -38,7 +38,7 @@
 
 package Gnatvsn is
 
-   Gnat_Version_String : constant String := "3.1.1 20020707 (prerelease)";
+   Gnat_Version_String : constant String := "3.1.1 20020708 (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 66b1c394ab75fa460528df0cdb692606dceb51b4..e5008bf7e174f1abf4a40f8777f1620a39d289c1 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "f/version.h"
 
-const char *const ffe_version_string = "3.1.1 20020707 (prerelease)";
+const char *const ffe_version_string = "3.1.1 20020708 (prerelease)";
index 81890ddd9a8e172ebc6ac462d472307de8361e4c..88e13f0d03cce2410c95af78a5b5fdf3048ebce9 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.1.1 20020707 (prerelease)";
+const char *const version_string = "3.1.1 20020708 (prerelease)";
index a95b1698e9d3e7e81d73fe4039a6642e867b9694..f34fc40ccd485aceacebc27d1c38303bbaac66a8 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n";
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "3.1.1 20020707 (prerelease)";
+char __G77_LIBF77_VERSION__[] = "3.1.1 20020708 (prerelease)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index c1f88e1de28b3d67cdd0744543c41c456cbdcdab..f96990196f3af443205e98a86e2d55a6af9f1db1 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n";
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "3.1.1 20020707 (prerelease)";
+char __G77_LIBI77_VERSION__[] = "3.1.1 20020708 (prerelease)";
 
 /*
 2.01   $ format added
index 9865e96123ee201c1a5199e36588b8a5b0bd563c..4f732e97a1bffc7775e006cd00db49995949ef7d 100644 (file)
@@ -1,6 +1,6 @@
 static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "3.1.1 20020707 (prerelease)";
+char __G77_LIBU77_VERSION__[] = "3.1.1 20020708 (prerelease)";
 
 #include <stdio.h>
 
index 75d41eb3cd6a14cb53cdab44addea3f8f17f4ca8..ee72d54353986a7c6d3afa380005e4a5758c36d9 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__ 20020707
+#define __GLIBCPP__ 20020708
 
 // This is necessary until GCC supports separate template
 // compilation.