From bfac687d15cfc11828f9d8a0a64616dfb9cfa58d Mon Sep 17 00:00:00 2001 From: gdr Date: Wed, 5 Feb 2003 03:03:11 +0000 Subject: [PATCH] Update version git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-3_2-branch@62430 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ada/gnatvsn.ads | 4 ++-- gcc/f/version.c | 2 +- gcc/version.c | 2 +- libf2c/libF77/Version.c | 2 +- libf2c/libI77/Version.c | 2 +- libf2c/libU77/Version.c | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/gcc/ada/gnatvsn.ads b/gcc/ada/gnatvsn.ads index 042baf8ea69..7a54dba267c 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.196 $ +-- $Revision: 1.2.12.65.2.197 $ -- -- -- Copyright (C) 1992-2002 Free Software Foundation, Inc. -- -- -- @@ -38,7 +38,7 @@ package Gnatvsn is - Gnat_Version_String : constant String := "3.2.2 20030205 (prerelease)"; + Gnat_Version_String : constant String := "3.2.2 20030205 (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 5f2bee57f39..16c33e7ad1d 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.2 20030205 (prerelease)"; +const char *const ffe_version_string = "3.2.2 20030205 (release)"; diff --git a/gcc/version.c b/gcc/version.c index 348dd7f979c..a2d5c357f6e 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.2 20030205 (prerelease)"; +const char *const version_string = "3.2.2"; diff --git a/libf2c/libF77/Version.c b/libf2c/libF77/Version.c index 2266b6efa84..a8c9e249c44 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.2 20030205 (prerelease)"; +char __G77_LIBF77_VERSION__[] = "3.2.2 20030205 (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 40f62b9330f..06177cfb8a3 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.2 20030205 (prerelease)"; +char __G77_LIBI77_VERSION__[] = "3.2.2 20030205 (release)"; /* 2.01 $ format added diff --git a/libf2c/libU77/Version.c b/libf2c/libU77/Version.c index bef6e253c5d..94e80507683 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.2 20030205 (prerelease)"; +char __G77_LIBU77_VERSION__[] = "3.2.2 20030205 (release)"; #include -- 2.11.4.GIT