From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7334 invoked by alias); 26 Jul 2011 18:31:16 -0000 Received: (qmail 7324 invoked by uid 22791); 26 Jul 2011 18:31:16 -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 18:31:00 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 44BE82BB1F7 for ; Tue, 26 Jul 2011 14:31:00 -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 LCd3-LkFumbx for ; Tue, 26 Jul 2011 14:31:00 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 1A0582BB1F6 for ; Tue, 26 Jul 2011 14:31:00 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 8C07C145615; Tue, 26 Jul 2011 11:30:57 -0700 (PDT) Date: Tue, 26 Jul 2011 18:54:00 -0000 From: Joel Brobecker To: gdb-patches@sourceware.org Subject: [commit/branch] GDB version number bumped Message-ID: <20110726183057.GB19904@adacore.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="J/dobhs11T7y2rNN" 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/msg00736.txt.bz2 --J/dobhs11T7y2rNN Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-length: 225 Hello, Now that the GDB 7.3 release is out, I have adjusted the version number to 7.3.0.20110726-cvs. 2011-07-26 Joel Brobecker * version.in: Set version to 7.3.0.20110726-cvs. -- Joel --J/dobhs11T7y2rNN Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="branch_version_in.diff" Content-length: 872 Index: version.in =================================================================== RCS file: /cvs/src/src/gdb/version.in,v retrieving revision 1.3562.2.119 diff -u -p -r1.3562.2.119 version.in --- version.in 26 Jul 2011 17:12:59 -0000 1.3562.2.119 +++ version.in 26 Jul 2011 18:29:31 -0000 @@ -1 +1 @@ -7.3 +7.3.0.20110726-cvs Index: ChangeLog =================================================================== RCS file: /cvs/src/src/gdb/ChangeLog,v retrieving revision 1.12887.2.65 diff -u -p -r1.12887.2.65 ChangeLog --- ChangeLog 26 Jul 2011 18:29:17 -0000 1.12887.2.65 +++ ChangeLog 26 Jul 2011 18:29:31 -0000 @@ -1,5 +1,9 @@ 2011-07-26 Joel Brobecker + * version.in: Set version to 7.3.0.20110726-cvs. + +2011-07-26 Joel Brobecker + GDB 7.3 released. 2011-07-26 Joel Brobecker --J/dobhs11T7y2rNN--