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

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