From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9744 invoked by alias); 6 Jul 2011 22:53:18 -0000 Received: (qmail 9736 invoked by uid 22791); 6 Jul 2011 22:53:17 -0000 X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=AWL,BAYES_00 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; Wed, 06 Jul 2011 22:53:01 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 3430F2BB0B0 for ; Wed, 6 Jul 2011 18:53:01 -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 GZKBVt+psYbD for ; Wed, 6 Jul 2011 18:53:01 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 08D8E2BB07B for ; Wed, 6 Jul 2011 18:53:01 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 326A5145615; Wed, 6 Jul 2011 15:52:59 -0700 (PDT) Date: Wed, 06 Jul 2011 23:02:00 -0000 From: Joel Brobecker To: gdb-patches@sourceware.org Subject: [commit/branch] Updated GDB version number Message-ID: <20110706225259.GB13548@adacore.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="8t9RHnE3ZwKMSgU+" 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: 2011-07/txt/msg00219.txt.bz2 --8t9RHnE3ZwKMSgU+ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-length: 242 Hello, In preparation for the upcoming GDB 7.2.91 pre-release, I have adjusted the version number in the README file. 2011-07-06 Joel Brobecker * version.in: Update GDB version number to 7.2.91. -- Joel --8t9RHnE3ZwKMSgU+ Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="readme-version_in.diff" Content-length: 846 Index: version.in =================================================================== RCS file: /cvs/src/src/gdb/version.in,v retrieving revision 1.3562.2.96 diff -u -p -r1.3562.2.96 version.in --- version.in 6 Jul 2011 00:00:33 -0000 1.3562.2.96 +++ version.in 6 Jul 2011 22:51:51 -0000 @@ -1 +1 @@ -7.2.90.20110706-cvs +7.2.91 Index: ChangeLog =================================================================== RCS file: /cvs/src/src/gdb/ChangeLog,v retrieving revision 1.12887.2.56 diff -u -p -r1.12887.2.56 ChangeLog --- ChangeLog 6 Jul 2011 22:05:36 -0000 1.12887.2.56 +++ ChangeLog 6 Jul 2011 22:51:51 -0000 @@ -1,3 +1,7 @@ +2011-07-06 Joel Brobecker + + * version.in: Update GDB version number to 7.2.91. + 2011-07-06 Paul Pluzhnikov * jit.c (jit_inferior_init): Forward declare. --8t9RHnE3ZwKMSgU+--