From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26208 invoked by alias); 30 Aug 2013 18:14:27 -0000 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 Received: (qmail 26192 invoked by uid 89); 30 Aug 2013 18:14:26 -0000 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; Fri, 30 Aug 2013 18:14:26 +0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.9 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.3.2 X-HELO: rock.gnat.com Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 19E621167E5 for ; Fri, 30 Aug 2013 14:14:04 -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 ZZ6WHlQPNp3O for ; Fri, 30 Aug 2013 14:14:04 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 0092F1167E4 for ; Fri, 30 Aug 2013 14:14:04 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 71CF4C3DA1; Fri, 30 Aug 2013 11:13:55 -0700 (PDT) Date: Fri, 30 Aug 2013 18:14:00 -0000 From: Joel Brobecker To: gdb-patches@sourceware.org Subject: [commit/branch] Updated GDB version number Message-ID: <20130830181355.GA19398@adacore.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="r5Pyd7+fXNt84Ff3" Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) X-SW-Source: 2013-08/txt/msg00942.txt.bz2 --r5Pyd7+fXNt84Ff3 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-length: 240 Hello, In preparation for the upcoming GDB 7.6.1 release, I have adjusted the version number in the version.in file. 2013-08-30 Joel Brobecker * version.in: Update GDB version number to 7.6.1. -- Joel --r5Pyd7+fXNt84Ff3 Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="readme-version_in.diff" Content-length: 808 Index: version.in =================================================================== RCS file: /cvs/src/src/gdb/version.in,v retrieving revision 1.4276.2.176 diff -u -p -r1.4276.2.176 version.in --- version.in 30 Aug 2013 00:00:02 -0000 1.4276.2.176 +++ version.in 30 Aug 2013 18:12:11 -0000 @@ -1 +1 @@ -7.6.0.20130830-cvs +7.6.1 Index: ChangeLog =================================================================== RCS file: /cvs/src/src/gdb/ChangeLog,v retrieving revision 1.15260.2.60 diff -u -p -r1.15260.2.60 ChangeLog --- ChangeLog 30 Aug 2013 15:58:54 -0000 1.15260.2.60 +++ ChangeLog 30 Aug 2013 18:12:11 -0000 @@ -1,3 +1,7 @@ +2013-08-30 Joel Brobecker + + * version.in: Update GDB version number to 7.6.1. + 2013-08-30 Tom Tromey PR cli/15603: --r5Pyd7+fXNt84Ff3--