]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Update version
authorMark Mitchell <mmitchel@gcc.gnu.org>
Thu, 25 Jul 2002 23:40:41 +0000 (23:40 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Thu, 25 Jul 2002 23:40:41 +0000 (23:40 +0000)
From-SVN: r55765

gcc/ada/gnatvsn.ads
gcc/f/version.c
gcc/version.c
libf2c/libF77/Version.c
libf2c/libI77/Version.c
libf2c/libU77/Version.c

index 497c0cd198d0f77be270e7fe7ca9bd7e516351cd..f2b414525ab80e1dd1e9ccb18b7c9c28724f97d7 100644 (file)
@@ -6,7 +6,7 @@
 --                                                                          --
 --                                 S p e c                                  --
 --                                                                          --
---                            $Revision: 1.2.12.61 $
+--                            $Revision: 1.2.12.62 $
 --                                                                          --
 --          Copyright (C) 1992-2002 Free Software Foundation, Inc.          --
 --                                                                          --
@@ -38,7 +38,7 @@
 
 package Gnatvsn is
 
-   Gnat_Version_String : constant String := "3.1.1 20020725 (prerelease)";
+   Gnat_Version_String : constant String := "3.1.1 20020725 (release)";
    --  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 e962a8479d5f70b595ad135dfb2e30dd93b838a3..92068dc8f6df7ba089eda39cfbeb80f04f82ba6d 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "f/version.h"
 
-const char *const ffe_version_string = "3.1.1 20020725 (prerelease)";
+const char *const ffe_version_string = "3.1.1 20020725 (release)";
index d6768dce72d634515c12dcb73b8375160ad7ee33..3353711460fc90a13a280c2424de46cc4fb06126 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.1.1 20020725 (prerelease)";
+const char *const version_string = "3.1.1";
index 578efe262747070164bb4b56c2ad6e171c51fa9d..862a411010ef580f63dc19d20efe06e5bce587a6 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n";
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "3.1.1 20020725 (prerelease)";
+char __G77_LIBF77_VERSION__[] = "3.1.1 20020725 (release)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index c44cdab7640bf2f1256e00122674d1b221cc19aa..e490ff3c99f647f4a7ec1ef55dd2bdd2ba142658 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n";
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "3.1.1 20020725 (prerelease)";
+char __G77_LIBI77_VERSION__[] = "3.1.1 20020725 (release)";
 
 /*
 2.01   $ format added
index 8ec0deea61144433977a882eb1247f6d12a2df3d..da2ba4778f50104a388b3237ceb015d50cbbe063 100644 (file)
@@ -1,6 +1,6 @@
 static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "3.1.1 20020725 (prerelease)";
+char __G77_LIBU77_VERSION__[] = "3.1.1 20020725 (release)";
 
 #include <stdio.h>