From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7898 invoked by alias); 26 Apr 2012 15:08:38 -0000 Received: (qmail 7889 invoked by uid 22791); 26 Apr 2012 15:08:37 -0000 X-SWARE-Spam-Status: No, hits=-3.5 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,RCVD_IN_HOSTKARMA_NO,RCVD_IN_HOSTKARMA_W,RCVD_IN_HOSTKARMA_WL X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 26 Apr 2012 15:08:23 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id D1C101C6F48 for ; Thu, 26 Apr 2012 11:08:22 -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 tlmRB7rS0W40 for ; Thu, 26 Apr 2012 11:08:22 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 8C0F31C6F41 for ; Thu, 26 Apr 2012 11:08:22 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 3715F145616; Thu, 26 Apr 2012 08:08:00 -0700 (PDT) Date: Thu, 26 Apr 2012 15:14:00 -0000 From: Joel Brobecker To: gdb-patches@sourceware.org Subject: [commit/branch] Updated GDB version number Message-ID: <20120426150800.GB32645@adacore.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="6TrnltStXW4iwmi0" Content-Disposition: inline User-Agent: Mutt/1.5.20 (2009-06-14) Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2012-04/txt/msg00916.txt.bz2 --6TrnltStXW4iwmi0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-length: 240 Hello, In preparation for the upcoming GDB 7.4.1 release, I have adjusted the version number in the version.in file. 2012-04-26 Joel Brobecker * version.in: Update GDB version number to 7.4.1. -- Joel --6TrnltStXW4iwmi0 Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="readme-version_in.diff" Content-length: 867 Index: version.in =================================================================== RCS file: /cvs/src/src/gdb/version.in,v retrieving revision 1.3819.2.142 diff -u -p -r1.3819.2.142 version.in --- version.in 26 Apr 2012 00:00:33 -0000 1.3819.2.142 +++ version.in 26 Apr 2012 15:06:56 -0000 @@ -1 +1 @@ -7.4.0.20120426-cvs +7.4.1 Index: ChangeLog =================================================================== RCS file: /cvs/src/src/gdb/ChangeLog,v retrieving revision 1.13614.2.53 diff -u -p -r1.13614.2.53 ChangeLog --- ChangeLog 24 Apr 2012 15:02:08 -0000 1.13614.2.53 +++ ChangeLog 26 Apr 2012 15:06:56 -0000 @@ -1,3 +1,7 @@ +2012-04-26 Joel Brobecker + + * version.in: Update GDB version number to 7.4.1. + 2012-04-24 Marc Khouzam * mi/mi-main.c (mi_cmd_execute): Choose a live thread not just --6TrnltStXW4iwmi0--