From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21788 invoked by alias); 18 Jul 2012 15:52:26 -0000 Received: (qmail 21779 invoked by uid 22791); 18 Jul 2012 15:52:24 -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; Wed, 18 Jul 2012 15:52:11 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 210201C76AC for ; Wed, 18 Jul 2012 11:52: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 s3nI+m8W00QT for ; Wed, 18 Jul 2012 11:52:11 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id D76511C76A9 for ; Wed, 18 Jul 2012 11:52:10 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id C95BE14561A; Wed, 18 Jul 2012 08:52:05 -0700 (PDT) Date: Wed, 18 Jul 2012 15:52:00 -0000 From: Joel Brobecker To: gdb-patches@sourceware.org Subject: [commit/branch] Updated GDB version number Message-ID: <20120718155205.GB15601@adacore.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="5vNYLRcllDrimb99" 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-07/txt/msg00271.txt.bz2 --5vNYLRcllDrimb99 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-length: 246 Hello, In preparation for the upcoming GDB 7.4.91 pre-release, I have adjusted the version number in the version.in file. 2012-07-18 Joel Brobecker * version.in: Update GDB version number to 7.4.91. -- Joel --5vNYLRcllDrimb99 Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="readme-version_in.diff" Content-length: 869 Index: version.in =================================================================== RCS file: /cvs/src/src/gdb/version.in,v retrieving revision 1.4038.2.1 diff -u -p -r1.4038.2.1 version.in --- version.in 18 Jul 2012 03:35:25 -0000 1.4038.2.1 +++ version.in 18 Jul 2012 15:50:43 -0000 @@ -1 +1 @@ -7.4.90.20120718-cvs +7.4.91 Index: ChangeLog =================================================================== RCS file: /cvs/src/src/gdb/ChangeLog,v retrieving revision 1.14469.2.2 diff -u -p -r1.14469.2.2 ChangeLog --- ChangeLog 18 Jul 2012 03:43:41 -0000 1.14469.2.2 +++ ChangeLog 18 Jul 2012 15:50:43 -0000 @@ -1,5 +1,9 @@ 2012-07-18 Joel Brobecker + * version.in: Update GDB version number to 7.4.91. + +2012-07-18 Joel Brobecker + * configure.ac (development): Set to false. * configure: Regenerate. --5vNYLRcllDrimb99--