]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Mon, 24 Jun 2002 07:19:05 +0000 (07:19 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Mon, 24 Jun 2002 07:19:05 +0000 (07:19 +0000)
From-SVN: r54945

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 0a2237397f5c6cb453306b7f8d2aad314c1f6eee..3354993390ad4542d0221253df4c386be64d5c6c 100644 (file)
@@ -6,7 +6,7 @@
 --                                                                          --
 --                                 S p e c                                  --
 --                                                                          --
---                            $Revision: 1.2.12.29 $
+--                            $Revision: 1.2.12.30 $
 --                                                                          --
 --          Copyright (C) 1992-2002 Free Software Foundation, Inc.          --
 --                                                                          --
@@ -38,7 +38,7 @@
 
 package Gnatvsn is
 
-   Gnat_Version_String : constant String := "3.1.1 20020623 (prerelease)";
+   Gnat_Version_String : constant String := "3.1.1 20020624 (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 1449846ae03eabc4168489e43e5f632a868f13fc..ca6cae7831e2937a5e58239af6568f9731d56b33 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "f/version.h"
 
-const char *const ffe_version_string = "3.1.1 20020623 (prerelease)";
+const char *const ffe_version_string = "3.1.1 20020624 (prerelease)";
index c74c1dbfe2edb497de6c99b0618ba1e3589259c8..fa09b646a417e2b51ba0fb0a7243f8a09e629981 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.1.1 20020623 (prerelease)";
+const char *const version_string = "3.1.1 20020624 (prerelease)";
index fdc2f41c3d24879ebcd0a1074b26965e2632bacf..f1bdc09bf4987a2a6780bdb55f59fe9019466fca 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n";
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "3.1.1 20020623 (prerelease)";
+char __G77_LIBF77_VERSION__[] = "3.1.1 20020624 (prerelease)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index 551ce8501821143b88abaee696ebf513d34da54f..9d667778a4151aeeb805ffcec30704b0a61dfc2f 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n";
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "3.1.1 20020623 (prerelease)";
+char __G77_LIBI77_VERSION__[] = "3.1.1 20020624 (prerelease)";
 
 /*
 2.01   $ format added
index 94ac66e1629d56d69b1517257493d4a547b38090..64df2aa988846368fc1e92f9206bd33b950ae832 100644 (file)
@@ -1,6 +1,6 @@
 static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "3.1.1 20020623 (prerelease)";
+char __G77_LIBU77_VERSION__[] = "3.1.1 20020624 (prerelease)";
 
 #include <stdio.h>
 
index cc89c33cdc72b53c3eab6562f6c7b0a7abb56e0a..bb049d87391ea6716c715e9edff48a2851b58359 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__ 20020623
+#define __GLIBCPP__ 20020624
 
 // This is necessary until GCC supports separate template
 // compilation.