From patchwork Sat May 11 18:19:55 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Joel Brobecker X-Patchwork-Id: 32644 Received: (qmail 97099 invoked by alias); 11 May 2019 18:20:00 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Delivered-To: mailing list gdb-patches@sourceware.org Received: (qmail 97050 invoked by uid 89); 11 May 2019 18:20:00 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-17.5 required=5.0 tests=AWL, BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, RCVD_IN_DNSWL_NONE, SPF_PASS autolearn=ham version=3.3.1 spammy=sk:fputs_m, paging, preparation, UD:utils.c X-HELO: rock.gnat.com Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sat, 11 May 2019 18:19:59 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 30A89117799 for ; Sat, 11 May 2019 14:19:58 -0400 (EDT) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id as84ockseid7 for ; Sat, 11 May 2019 14:19:58 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 00AC5117764 for ; Sat, 11 May 2019 14:19:58 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 3C3BB83C06; Sat, 11 May 2019 11:19:56 -0700 (PDT) From: Joel Brobecker To: gdb-patches@sourceware.org Subject: FYI: [release/branch] Set GDB version number to 8.3. Date: Sat, 11 May 2019 11:19:55 -0700 Message-Id: <20190511181955.12659-1-brobecker@adacore.com> Hello, gdb/ChangeLog: * version.in: Set GDB version number to 8.3. I'm about to push the following change in preparation for the GDB 8.3 release... Thank you, diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 40fc452837..1c125de18b 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2019-05-11 Joel Brobecker + + * version.in: Set GDB version number to 8.3. + 2019-05-08 Tom Tromey * utils.c (fputs_maybe_filtered): Reset style after paging, even diff --git a/gdb/version.in b/gdb/version.in index af8fe2ee20..cf022018d8 100644 --- a/gdb/version.in +++ b/gdb/version.in @@ -1 +1 @@ -8.2.91.DATE-git +8.3