From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28174 invoked by alias); 26 Jul 2011 17:14:13 -0000 Received: (qmail 28165 invoked by uid 22791); 26 Jul 2011 17:14:12 -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; Tue, 26 Jul 2011 17:13:57 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 5671C2BB1A6 for ; Tue, 26 Jul 2011 13:13:56 -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 afidS-QR-qLO for ; Tue, 26 Jul 2011 13:13:56 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 2A8F82BB190 for ; Tue, 26 Jul 2011 13:13:56 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id B41BC145615; Tue, 26 Jul 2011 10:13:53 -0700 (PDT) Date: Tue, 26 Jul 2011 17:20:00 -0000 From: Joel Brobecker To: gdb-patches@sourceware.org Subject: [commit/branch] Updated GDB version number Message-ID: <20110726171353.GB16159@adacore.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="zhXaljGHf11kAtnf" 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/msg00727.txt.bz2 --zhXaljGHf11kAtnf Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-length: 232 Hello, In preparation for the upcoming GDB 7.3 release, I have adjusted the version number in the README file. 2011-07-26 Joel Brobecker * version.in: Update GDB version number to 7.3. -- Joel --zhXaljGHf11kAtnf Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="readme-version_in.diff" Content-length: 841 Index: version.in =================================================================== RCS file: /cvs/src/src/gdb/version.in,v retrieving revision 1.3562.2.118 diff -u -p -r1.3562.2.118 version.in --- version.in 26 Jul 2011 00:00:03 -0000 1.3562.2.118 +++ version.in 26 Jul 2011 17:12:48 -0000 @@ -1 +1 @@ -7.2.91.20110726-cvs +7.3 Index: ChangeLog =================================================================== RCS file: /cvs/src/src/gdb/ChangeLog,v retrieving revision 1.12887.2.62 diff -u -p -r1.12887.2.62 ChangeLog --- ChangeLog 15 Jul 2011 02:04:26 -0000 1.12887.2.62 +++ ChangeLog 26 Jul 2011 17:12:48 -0000 @@ -1,3 +1,7 @@ +2011-07-26 Joel Brobecker + + * version.in: Update GDB version number to 7.3. + 2011-07-15 Hui Zhu * remote.c (remote_get_trace_status): Initialize p. --zhXaljGHf11kAtnf--