From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 489 invoked by alias); 29 Nov 2012 09:41:59 -0000 Received: (qmail 474 invoked by uid 22791); 29 Nov 2012 09:41:58 -0000 X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=AWL,BAYES_00,RCVD_IN_HOSTKARMA_NO 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, 29 Nov 2012 09:41:53 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id EE10E2E29D for ; Thu, 29 Nov 2012 04:41:52 -0500 (EST) 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 8rFHDSjXxDKm for ; Thu, 29 Nov 2012 04:41:52 -0500 (EST) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id A33111C7F33 for ; Thu, 29 Nov 2012 04:41:52 -0500 (EST) Received: by joel.gnat.com (Postfix, from userid 1000) id 8BF00C0359; Thu, 29 Nov 2012 10:41:49 +0100 (CET) Date: Thu, 29 Nov 2012 09:41:00 -0000 From: Joel Brobecker To: gdb-patches@sourceware.org Subject: [commit/branch] Updated GDB version number Message-ID: <20121129094149.GA4025@adacore.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="C7zPtVaVf+AK4Oqc" Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) 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-11/txt/msg00846.txt.bz2 --C7zPtVaVf+AK4Oqc Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-length: 251 Hello, In preparation for the upcoming GDB 7.5.1 release, I have adjusted the version number in the version.in file. 2012-11-29 Joel Brobecker * version.in: Update GDB version number to 7.5.1. Thank you, -- Joel --C7zPtVaVf+AK4Oqc Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="readme-version_in.diff" Content-length: 862 Index: version.in =================================================================== RCS file: /cvs/src/src/gdb/version.in,v retrieving revision 1.4038.2.139 diff -u -p -r1.4038.2.139 version.in --- version.in 29 Nov 2012 00:01:03 -0000 1.4038.2.139 +++ version.in 29 Nov 2012 09:40:23 -0000 @@ -1 +1 @@ -7.5.0.20121129-cvs +7.5.1 Index: ChangeLog =================================================================== RCS file: /cvs/src/src/gdb/ChangeLog,v retrieving revision 1.14469.2.39 diff -u -p -r1.14469.2.39 ChangeLog --- ChangeLog 16 Nov 2012 02:02:19 -0000 1.14469.2.39 +++ ChangeLog 29 Nov 2012 09:40:23 -0000 @@ -1,3 +1,7 @@ +2012-11-29 Joel Brobecker + + * version.in: Update GDB version number to 7.5.1. + 2012-11-15 Luis Machado * value.c (value_actual_type): Check for TYPE_CODE_STRUCT --C7zPtVaVf+AK4Oqc--