From patchwork Mon May 5 22:13:00 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Joel Brobecker X-Patchwork-Id: 811 Return-Path: X-Original-To: siddhesh@wilcox.dreamhost.com Delivered-To: siddhesh@wilcox.dreamhost.com Received: from homiemail-mx21.g.dreamhost.com (peon2454.g.dreamhost.com [208.113.200.127]) by wilcox.dreamhost.com (Postfix) with ESMTP id 56D8F3600BE for ; Mon, 5 May 2014 15:13:19 -0700 (PDT) Received: by homiemail-mx21.g.dreamhost.com (Postfix, from userid 14314964) id 0E8BE1FDC7EF; Mon, 5 May 2014 15:13:18 -0700 (PDT) X-Original-To: gdb@patchwork.siddhesh.in Delivered-To: x14314964@homiemail-mx21.g.dreamhost.com Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by homiemail-mx21.g.dreamhost.com (Postfix) with ESMTPS id 931B02697C16 for ; Mon, 5 May 2014 15:13:18 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:subject:date:message-id:in-reply-to :references; q=dns; s=default; b=ket8atBVV3ep3LMVMwJ30NZuSMoCdw6 N/Rx/BdkCDmAiVjCij47O5J3B8RoJcivUBqv4cJwQD3J+vXWnx6EprlVgIegdkkH Givm6fyw2GB3HA2sVojkegFbGWNACTahbTrdMo6tVZ3ZedstbBxHxSxlmHQwniI4 F6SDQw+o11pY= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:subject:date:message-id:in-reply-to :references; s=default; bh=HG2bvqFh8W+g6Rh3IKHt72hbqfo=; b=QyHHK neURwcvcbTEwgOg7oR5xJgFRr5rhNpbDR9gnA4K50UJv9uM4/lUGsGH5VR9Hr00n CnPQe8shhsoWKr5OeWBYEfZHOyMC2iqvc2oGji9nQgEij+ymxevqZhm2wlhv7wCG /SlPw2+AeI9NYiXTywetdSbk3skNoye3pawzA4= Received: (qmail 31058 invoked by alias); 5 May 2014 22:13:15 -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 30978 invoked by uid 89); 5 May 2014 22:13:14 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=AWL, BAYES_00, RP_MATCHES_RCVD, SPF_PASS autolearn=ham version=3.3.2 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 (AES256-SHA encrypted) ESMTPS; Mon, 05 May 2014 22:13:07 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 3AEDC116178 for ; Mon, 5 May 2014 18:13:06 -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 bsDBzxfGH4ls for ; Mon, 5 May 2014 18:13:06 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 0BA84116104 for ; Mon, 5 May 2014 18:13:06 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id D2E6CE0A08; Mon, 5 May 2014 18:13:05 -0400 (EDT) From: Joel Brobecker To: gdb-patches@sourceware.org Subject: [release/branch 2/2] Bump GDB version number to 7.7.1.DATE-cvs. Date: Mon, 5 May 2014 15:13:00 -0700 Message-Id: <1399327980-23278-3-git-send-email-brobecker@adacore.com> In-Reply-To: <1399327980-23278-1-git-send-email-brobecker@adacore.com> References: <1399327980-23278-1-git-send-email-brobecker@adacore.com> X-DH-Original-To: gdb@patchwork.siddhesh.in gdb/ChangeLog: * version.in: Set GDB version number to 7.7.1.DATE-cvs. --- gdb/ChangeLog | 4 ++++ gdb/version.in | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 9985cfc..064be6c 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,9 @@ 2014-05-05 Joel Brobecker + * version.in: Set GDB version number to 7.7.1.DATE-cvs. + +2014-05-05 Joel Brobecker + GDB 7.7.1 released. 2014-05-05 Joel Brobecker diff --git a/gdb/version.in b/gdb/version.in index 5942a0d..43188a4 100644 --- a/gdb/version.in +++ b/gdb/version.in @@ -1 +1 @@ -7.7.1 +7.7.1.DATE-cvs