]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Sun, 7 Jul 2002 07:17:23 +0000 (07:17 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Sun, 7 Jul 2002 07:17:23 +0000 (07:17 +0000)
From-SVN: r55297

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