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

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 6fd697cd944d9b348804c1ff1184921d108ce9dd..6ad6e4a05d95ebf2684f734df2f193f0bef91e5c 100644 (file)
@@ -6,7 +6,7 @@
 --                                                                          --
 --                                 S p e c                                  --
 --                                                                          --
---                            $Revision: 1.2.12.39 $
+--                            $Revision: 1.2.12.40 $
 --                                                                          --
 --          Copyright (C) 1992-2002 Free Software Foundation, Inc.          --
 --                                                                          --
@@ -38,7 +38,7 @@
 
 package Gnatvsn is
 
-   Gnat_Version_String : constant String := "3.1.1 20020703 (prerelease)";
+   Gnat_Version_String : constant String := "3.1.1 20020704 (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 ebd62278bdabf5bef142542b0782a9589cfe15b8..2883b2851894acb0c3455cdfdd88a7c0a82fd611 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "f/version.h"
 
-const char *const ffe_version_string = "3.1.1 20020703 (prerelease)";
+const char *const ffe_version_string = "3.1.1 20020704 (prerelease)";
index 4f9d258a4873be2261fe4e812f041d91245d1f2d..16421c632fd369604fe66eee9bc997b998368e83 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.1.1 20020703 (prerelease)";
+const char *const version_string = "3.1.1 20020704 (prerelease)";
index f6ed4b4c41c3c903b63f62a24ae94634009918ad..8da84b53c31a3464015ba52623dc8042ded5240b 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n";
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "3.1.1 20020703 (prerelease)";
+char __G77_LIBF77_VERSION__[] = "3.1.1 20020704 (prerelease)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index 01bb6341e5e39083c9e4860f0862c1cd8db83b6d..b1c7496c1873bc38b33b99c21446ae5588b97261 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n";
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "3.1.1 20020703 (prerelease)";
+char __G77_LIBI77_VERSION__[] = "3.1.1 20020704 (prerelease)";
 
 /*
 2.01   $ format added
index 9e2745e5ffd60bc4170ab1e17a67773f709292b7..2346f152ec02be96e5a514a55c939a056131afe9 100644 (file)
@@ -1,6 +1,6 @@
 static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "3.1.1 20020703 (prerelease)";
+char __G77_LIBU77_VERSION__[] = "3.1.1 20020704 (prerelease)";
 
 #include <stdio.h>
 
index 8087ffcd309b4b950631336813e729c3ccd751af..32c53abaca3459b88fafdd9d15b4e90e6213c01a 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__ 20020703
+#define __GLIBCPP__ 20020704
 
 // This is necessary until GCC supports separate template
 // compilation.