From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14675 invoked by alias); 13 Dec 2011 13:43:07 -0000 Received: (qmail 14664 invoked by uid 22791); 13 Dec 2011 13:43:06 -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, 13 Dec 2011 13:42:53 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id A329F2BB401 for ; Tue, 13 Dec 2011 08:42: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 cocA4lTDdRvi for ; Tue, 13 Dec 2011 08:42:52 -0500 (EST) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 90AFD2BB3E8 for ; Tue, 13 Dec 2011 08:42:52 -0500 (EST) Received: by joel.gnat.com (Postfix, from userid 1000) id 4ADFC145615; Tue, 13 Dec 2011 05:42:52 -0800 (PST) Date: Tue, 13 Dec 2011 14:00:00 -0000 From: Joel Brobecker To: gdb-patches@sourceware.org Subject: [commit/branch] Updated GDB version number Message-ID: <20111213134252.GA30517@adacore.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="5mCyUwZo2JvN/JJP" 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-12/txt/msg00400.txt.bz2 --5mCyUwZo2JvN/JJP Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-length: 246 Hello, In preparation for the upcoming GDB 7.3.91 pre-release, I have adjusted the version number in the version.in file. 2011-12-13 Joel Brobecker * version.in: Update GDB version number to 7.3.91. -- Joel --5mCyUwZo2JvN/JJP 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.3819.2.1 diff -u -p -r1.3819.2.1 version.in --- version.in 13 Dec 2011 13:06:07 -0000 1.3819.2.1 +++ version.in 13 Dec 2011 13:41:03 -0000 @@ -1 +1 @@ -7.3.90.20111213-cvs +7.3.91 Index: ChangeLog =================================================================== RCS file: /cvs/src/src/gdb/ChangeLog,v retrieving revision 1.13614.2.2 diff -u -p -r1.13614.2.2 ChangeLog --- ChangeLog 13 Dec 2011 13:08:06 -0000 1.13614.2.2 +++ ChangeLog 13 Dec 2011 13:41:03 -0000 @@ -1,5 +1,9 @@ 2011-12-13 Joel Brobecker + * version.in: Update GDB version number to 7.3.91. + +2011-12-13 Joel Brobecker + * configure.ac: Disable -Werror by default. * configure: Regenerate. --5mCyUwZo2JvN/JJP--