]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Update version
authorMark Mitchell <mmitchel@gcc.gnu.org>
Tue, 19 Nov 2002 08:04:52 +0000 (08:04 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Tue, 19 Nov 2002 08:04:52 +0000 (08:04 +0000)
From-SVN: r59249

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

index 803d8451dab585a0a25fda0a4dfaf9247dc9b961..766ff45255e9825746d1be4ef5a4ff2d71c2e1b1 100644 (file)
@@ -6,7 +6,7 @@
 --                                                                          --
 --                                 S p e c                                  --
 --                                                                          --
---                            $Revision: 1.2.12.65.2.116 $
+--                            $Revision: 1.2.12.65.2.117 $
 --                                                                          --
 --          Copyright (C) 1992-2002 Free Software Foundation, Inc.          --
 --                                                                          --
@@ -38,7 +38,7 @@
 
 package Gnatvsn is
 
-   Gnat_Version_String : constant String := "3.2.1 20021118 (prerelease)";
+   Gnat_Version_String : constant String := "3.2.1 20021118 (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 5e10624efb7e5d21c01a1903fc3a43ea79422f5d..2a9bc45b47b05cff3a14595c3f173336f2cdae3c 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "f/version.h"
 
-const char *const ffe_version_string = "3.2.1 20021118 (prerelease)";
+const char *const ffe_version_string = "3.2.1 20021118 (release)";
index 85e0c43005ed8f25eb32a2d5b4165c5c106f2f55..b68523712d9e160ed7b9e09b7e572e25158154e9 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.2.1 20021118 (prerelease)";
+const char *const version_string = "3.2.1";
index af8159f3e7393f5b491d4e439d6749e22f8835c0..25a40192cec0b044abf191ac14c7cec4ac010c47 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n";
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "3.2.1 20021118 (prerelease)";
+char __G77_LIBF77_VERSION__[] = "3.2.1 20021118 (release)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index 8b51afc46b4935cbd355763b98603da9eb462650..24f379bdd85542495b053328531fa55f5d0522f9 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n";
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "3.2.1 20021118 (prerelease)";
+char __G77_LIBI77_VERSION__[] = "3.2.1 20021118 (release)";
 
 /*
 2.01   $ format added
index dae33486c494f2942e356fecb7e9ccf1ac8e06bb..b313476890e9b3ecaf47a6f8e20ed1f37dc56dfb 100644 (file)
@@ -1,6 +1,6 @@
 static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "3.2.1 20021118 (prerelease)";
+char __G77_LIBU77_VERSION__[] = "3.2.1 20021118 (release)";
 
 #include <stdio.h>