From d6f6f99b4c8b9ad8a45b2570dbe503f9c9c7e93b Mon Sep 17 00:00:00 2001 From: Mark Mitchell Date: Fri, 26 Jul 2002 22:20:04 +0000 Subject: [PATCH] Update version strings From-SVN: r55783 --- 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 98bb31c9f46e..99a9100bc844 100644 --- a/gcc/ada/gnatvsn.ads +++ b/gcc/ada/gnatvsn.ads @@ -6,7 +6,7 @@ -- -- -- S p e c -- -- -- --- $Revision: 1.2.12.63 $ +-- $Revision: 1.2.12.64 $ -- -- -- Copyright (C) 1992-2002 Free Software Foundation, Inc. -- -- -- @@ -38,7 +38,7 @@ package Gnatvsn is - Gnat_Version_String : constant String := "3.1.1 20020726 (release)"; + Gnat_Version_String : constant String := "3.2 20020726 (prerelease)"; -- 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 6fc1d169c408..64d47b76bc45 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.1.1 20020726 (release)"; +const char *const ffe_version_string = "3.2 (prerelease) 2002-07-26"; diff --git a/gcc/version.c b/gcc/version.c index 3353711460fc..266b35c4f1a3 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.1.1"; +const char *const version_string = "3.2 2002-07-26 (prerelease)"; diff --git a/libf2c/libF77/Version.c b/libf2c/libF77/Version.c index 7aff3b5bb3e0..f6d511279623 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.1.1 20020726 (release)"; +char __G77_LIBF77_VERSION__[] = "3.2 2002-07-26 (prerelease)"; /* 2.00 11 June 1980. File version.c added to library. diff --git a/libf2c/libI77/Version.c b/libf2c/libI77/Version.c index 8c8d0ec0f54d..1cf8a4cf22f2 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.1.1 20020726 (release)"; +char __G77_LIBI77_VERSION__[] = "3.2 2002-07-26 (prerelease)"; /* 2.01 $ format added diff --git a/libf2c/libU77/Version.c b/libf2c/libU77/Version.c index fbdf294b03b9..5a7fec367209 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.1.1 20020726 (release)"; +char __G77_LIBU77_VERSION__[] = "3.2 2002-07-26 (prerelease)"; #include -- 2.47.2