From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31744 invoked by alias); 11 Sep 2007 21:27:41 -0000 Received: (qmail 31735 invoked by uid 22791); 11 Sep 2007 21:27:40 -0000 X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 11 Sep 2007 21:27:36 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 7F0D72AB092 for ; Tue, 11 Sep 2007 17:27:34 -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 E+H8HI2nwjY8 for ; Tue, 11 Sep 2007 17:27:34 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 479CC2AB08D for ; Tue, 11 Sep 2007 17:27:34 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 003A7E7B58; Tue, 11 Sep 2007 17:27:31 -0400 (EDT) Date: Tue, 11 Sep 2007 21:27:00 -0000 From: Joel Brobecker To: gdb-patches@sourceware.org Subject: [commit/branch] Update version number to 6.6.90 Message-ID: <20070911212731.GD10540@adacore.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="MGYHOYXEY6WxJCY8" Content-Disposition: inline User-Agent: Mutt/1.4.2.2i 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: 2007-09/txt/msg00154.txt.bz2 --MGYHOYXEY6WxJCY8 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-length: 296 Hello, I just checked the following change in, following the recent creation of the GDB 6.7 branch: 2007-09-11 Joel Brobecker GDB 6.7 branch created (branch timestamp: 2007-09-07 14:00 UTC) * version.in: Bump version to 6.7.50-20070911-cvs. -- Joel --MGYHOYXEY6WxJCY8 Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="branch_version_in.diff" Content-length: 328 Index: version.in =================================================================== RCS file: /cvs/src/src/gdb/version.in,v retrieving revision 1.2254 diff -u -p -r1.2254 version.in --- version.in 7 Sep 2007 00:00:04 -0000 1.2254 +++ version.in 11 Sep 2007 21:23:28 -0000 @@ -1 +1 @@ -6.6.50.20070907-cvs +6.6.90.20070907-cvs --MGYHOYXEY6WxJCY8--