From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25392 invoked by alias); 17 Aug 2012 18:44:26 -0000 Received: (qmail 25384 invoked by uid 22791); 17 Aug 2012 18:44:25 -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 18:44:12 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 2D1351C784A for ; Fri, 17 Aug 2012 14:44:12 -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 ez-OWurmfBWe for ; Fri, 17 Aug 2012 14:44:12 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 7D5FF1C784D for ; Fri, 17 Aug 2012 14:44:11 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 20F2614561A; Fri, 17 Aug 2012 11:44:08 -0700 (PDT) Date: Fri, 17 Aug 2012 18:44:00 -0000 From: Joel Brobecker To: gdb-patches@sourceware.org Subject: [commit/branch] GDB version number bumped Message-ID: <20120817184408.GA28774@adacore.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="17pEHd4RhPHOinZp" 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/msg00490.txt.bz2 --17pEHd4RhPHOinZp Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-length: 224 Hello, Now that the GDB 7.5 release is out, I have adjusted the version number to 7.5.0.20120817-cvs. 2012-08-17 Joel Brobecker * version.in: Set version to 7.5.0.20120817-cvs. -- Joel --17pEHd4RhPHOinZp Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="branch_version_in.diff" Content-length: 869 Index: version.in =================================================================== RCS file: /cvs/src/src/gdb/version.in,v retrieving revision 1.4038.2.34 diff -u -p -r1.4038.2.34 version.in --- version.in 17 Aug 2012 17:21:43 -0000 1.4038.2.34 +++ version.in 17 Aug 2012 18:41:49 -0000 @@ -1 +1 @@ -7.5 +7.5.0.20120817-cvs Index: ChangeLog =================================================================== RCS file: /cvs/src/src/gdb/ChangeLog,v retrieving revision 1.14469.2.24 diff -u -p -r1.14469.2.24 ChangeLog --- ChangeLog 17 Aug 2012 18:34:12 -0000 1.14469.2.24 +++ ChangeLog 17 Aug 2012 18:41:50 -0000 @@ -1,5 +1,9 @@ 2012-08-17 Joel Brobecker + * version.in: Set version to 7.5.0.20120817-cvs. + +2012-08-17 Joel Brobecker + GDB 7.5 released. 2012-08-17 Joel Brobecker --17pEHd4RhPHOinZp--