From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31328 invoked by alias); 17 Aug 2012 17:23:30 -0000 Received: (qmail 31319 invoked by uid 22791); 17 Aug 2012 17:23:28 -0000 X-SWARE-Spam-Status: No, hits=-1.9 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; Fri, 17 Aug 2012 17:23:15 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id B724C1C7631 for ; Fri, 17 Aug 2012 13:23:11 -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 4skLNfmIIh1H for ; Fri, 17 Aug 2012 13:23:11 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 7D6AE1C75BD for ; Fri, 17 Aug 2012 13:23:11 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 3C15E14561A; Fri, 17 Aug 2012 10:23:08 -0700 (PDT) Date: Fri, 17 Aug 2012 17:23:00 -0000 From: Joel Brobecker To: gdb-patches@sourceware.org Subject: [commit/branch] Updated GDB version number Message-ID: <20120817172308.GB24501@adacore.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="d6Gm4EdcadzBjdND" 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: 2012-08/txt/msg00485.txt.bz2 --d6Gm4EdcadzBjdND Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-length: 236 Hello, In preparation for the upcoming GDB 7.5 release, I have adjusted the version number in the version.in file. 2012-08-17 Joel Brobecker * version.in: Update GDB version number to 7.5. -- Joel --d6Gm4EdcadzBjdND Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="readme-version_in.diff" Content-length: 805 Index: version.in =================================================================== RCS file: /cvs/src/src/gdb/version.in,v retrieving revision 1.4038.2.33 diff -u -p -r1.4038.2.33 version.in --- version.in 17 Aug 2012 00:00:03 -0000 1.4038.2.33 +++ version.in 17 Aug 2012 17:20:46 -0000 @@ -1 +1 @@ -7.4.91.20120817-cvs +7.5 Index: ChangeLog =================================================================== RCS file: /cvs/src/src/gdb/ChangeLog,v retrieving revision 1.14469.2.22 diff -u -p -r1.14469.2.22 ChangeLog --- ChangeLog 16 Aug 2012 17:08:40 -0000 1.14469.2.22 +++ ChangeLog 17 Aug 2012 17:20:46 -0000 @@ -1,3 +1,7 @@ +2012-08-17 Joel Brobecker + + * version.in: Update GDB version number to 7.5. + 2012-08-16 Tom Tromey PR python/14386: --d6Gm4EdcadzBjdND--