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

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