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

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 0fb2c5d81e0cf74f07d61f9ea699880454a660ab..497c0cd198d0f77be270e7fe7ca9bd7e516351cd 100644 (file)
@@ -6,7 +6,7 @@
 --                                                                          --
 --                                 S p e c                                  --
 --                                                                          --
---                            $Revision: 1.2.12.60 $
+--                            $Revision: 1.2.12.61 $
 --                                                                          --
 --          Copyright (C) 1992-2002 Free Software Foundation, Inc.          --
 --                                                                          --
@@ -38,7 +38,7 @@
 
 package Gnatvsn is
 
-   Gnat_Version_String : constant String := "3.1.1 20020724 (prerelease)";
+   Gnat_Version_String : constant String := "3.1.1 20020725 (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 6938d9c5b4ae87d02f8942f513243e74732ef9a6..e962a8479d5f70b595ad135dfb2e30dd93b838a3 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "f/version.h"
 
-const char *const ffe_version_string = "3.1.1 20020724 (prerelease)";
+const char *const ffe_version_string = "3.1.1 20020725 (prerelease)";
index 3c62c58e5e402d7a77f5ce2f22b974920114b777..d6768dce72d634515c12dcb73b8375160ad7ee33 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.1.1 20020724 (prerelease)";
+const char *const version_string = "3.1.1 20020725 (prerelease)";
index 8514a5cbff51f8d1a85b1d2698446ff79b2d1e4b..578efe262747070164bb4b56c2ad6e171c51fa9d 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n";
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "3.1.1 20020724 (prerelease)";
+char __G77_LIBF77_VERSION__[] = "3.1.1 20020725 (prerelease)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index 11fef42cfdb451b3f356f79d5ba5efe5dccc6587..c44cdab7640bf2f1256e00122674d1b221cc19aa 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n";
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "3.1.1 20020724 (prerelease)";
+char __G77_LIBI77_VERSION__[] = "3.1.1 20020725 (prerelease)";
 
 /*
 2.01   $ format added
index 0ac8896789ec5120a9d6961ccab199fcc677644b..8ec0deea61144433977a882eb1247f6d12a2df3d 100644 (file)
@@ -1,6 +1,6 @@
 static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "3.1.1 20020724 (prerelease)";
+char __G77_LIBU77_VERSION__[] = "3.1.1 20020725 (prerelease)";
 
 #include <stdio.h>
 
index 74775db257dc3e8c354c0fdef1a8defe3029ee51..31f40c567ffe5f5b1671fad82147c77c644ce78d 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__ 20020724
+#define __GLIBCPP__ 20020725
 
 // This is necessary until GCC supports separate template
 // compilation.