aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>2002-08-14 09:01:32 +0000
committermmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>2002-08-14 09:01:32 +0000
commit0fc80fd06dd97851b2b63e09becd3cb9f4e0fffc (patch)
tree0ed26d5046b89dcd756ef3578762a672523acdc9
parent01c7e7ef90cb9787f7c4e4061418cb6c5625cecf (diff)
Update versiongcc-3_2-release
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-3_2-branch@56289 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--gcc/ada/gnatvsn.ads4
-rw-r--r--gcc/f/version.c2
-rw-r--r--gcc/version.c2
-rw-r--r--libf2c/libF77/Version.c2
-rw-r--r--libf2c/libI77/Version.c2
-rw-r--r--libf2c/libU77/Version.c2
6 files changed, 7 insertions, 7 deletions
diff --git a/gcc/ada/gnatvsn.ads b/gcc/ada/gnatvsn.ads
index b61731ccc4b..81ffc5c7cc4 100644
--- a/gcc/ada/gnatvsn.ads
+++ b/gcc/ada/gnatvsn.ads
@@ -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).
diff --git a/gcc/f/version.c b/gcc/f/version.c
index 5c1fa661df0..b9244fd647a 100644
--- a/gcc/f/version.c
+++ b/gcc/f/version.c
@@ -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)";
diff --git a/gcc/version.c b/gcc/version.c
index 406e19be574..827e19f3158 100644
--- a/gcc/version.c
+++ b/gcc/version.c
@@ -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";
diff --git a/libf2c/libF77/Version.c b/libf2c/libF77/Version.c
index a80cc0ee798..7840f238080 100644
--- a/libf2c/libF77/Version.c
+++ b/libf2c/libF77/Version.c
@@ -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.
diff --git a/libf2c/libI77/Version.c b/libf2c/libI77/Version.c
index 7c2e70ed6b9..9ae34de3d37 100644
--- a/libf2c/libI77/Version.c
+++ b/libf2c/libI77/Version.c
@@ -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
diff --git a/libf2c/libU77/Version.c b/libf2c/libU77/Version.c
index fa912cdc93a..d31b39cda0f 100644
--- a/libf2c/libU77/Version.c
+++ b/libf2c/libU77/Version.c
@@ -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>