]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Update version
authorMark Mitchell <mmitchel@gcc.gnu.org>
Wed, 14 Aug 2002 09:01:32 +0000 (09:01 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Wed, 14 Aug 2002 09:01:32 +0000 (09:01 +0000)
From-SVN: r56289

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

index b61731ccc4bcb60aa801d8527a68707685b07b4d..81ffc5c7cc447147a674d93e236495cbbd6f06c3 100644 (file)
@@ -6,7 +6,7 @@
 --                                                                          --
 --                                 S p e c                                  --
 --                                                                          --
---                            $Revision: 1.2.12.65.2.18 $
+--                            $Revision: 1.2.12.65.2.19 $
 --                                                                          --
 --          Copyright (C) 1992-2002 Free Software Foundation, Inc.          --
 --                                                                          --
@@ -38,7 +38,7 @@
 
 package Gnatvsn is
 
-   Gnat_Version_String : constant String := "3.2 20020814 (prerelease)";
+   Gnat_Version_String : constant String := "3.2 20020814 (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 5c1fa661df0d1b2052b44baaf921f5c855ccc407..b9244fd647aa28283494defe97c6f13f7d276886 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "f/version.h"
 
-const char *const ffe_version_string = "3.2 20020814 (prerelease)";
+const char *const ffe_version_string = "3.2 20020814 (release)";
index 406e19be57477051df7d64c5c46664214b7c1d82..827e19f315816411764440addbbc7072dc5fa6c0 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.2 20020814 (prerelease)";
+const char *const version_string = "3.2";
index a80cc0ee7987eae97041cf0a04f5589f04ae2095..7840f2380802fa0ce2b19db9224fae5c78e781f6 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n";
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "3.2 20020814 (prerelease)";
+char __G77_LIBF77_VERSION__[] = "3.2 20020814 (release)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index 7c2e70ed6b9b96661156601a7df8308f57b8109a..9ae34de3d374d0075383051b6f860ca557768106 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n";
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "3.2 20020814 (prerelease)";
+char __G77_LIBI77_VERSION__[] = "3.2 20020814 (release)";
 
 /*
 2.01   $ format added
index fa912cdc93ae6d17969ca9271a9f220930dc6bf6..d31b39cda0f99ce9a20df8eeb46335cf13aea327 100644 (file)
@@ -1,6 +1,6 @@
 static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "3.2 20020814 (prerelease)";
+char __G77_LIBU77_VERSION__[] = "3.2 20020814 (release)";
 
 #include <stdio.h>