From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id F376C13877A for ; Mon, 23 Jun 2014 22:06:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7BE4BE09C1; Mon, 23 Jun 2014 22:06:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A8BCEE09BF for ; Mon, 23 Jun 2014 22:06:44 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CFADD33FE2B for ; Mon, 23 Jun 2014 22:06:43 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 8BDBC19062 for ; Mon, 23 Jun 2014 22:06:42 +0000 (UTC) From: "Robin H. Johnson" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Robin H. Johnson" Message-ID: <1403561118.2acd1657b490b14a9c1af0215da0ad07dbdf23c0.robbat2@gentoo> Subject: [gentoo-commits] proj/genkernel:master commit in: / X-VCS-Repository: proj/genkernel X-VCS-Files: genkernel X-VCS-Directories: / X-VCS-Committer: robbat2 X-VCS-Committer-Name: Robin H. Johnson X-VCS-Revision: 2acd1657b490b14a9c1af0215da0ad07dbdf23c0 X-VCS-Branch: master Date: Mon, 23 Jun 2014 22:06:42 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 5bab6888-4208-42d5-bbf0-bc540a8e5cb6 X-Archives-Hash: d026740f2eeaaab5794b3c98679abb9a commit: 2acd1657b490b14a9c1af0215da0ad07dbdf23c0 Author: Robin H. Johnson gentoo org> AuthorDate: Mon Jun 23 21:18:25 2014 +0000 Commit: Robin H. Johnson gentoo org> CommitDate: Mon Jun 23 22:05:18 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/genkernel.git;a=commit;h=2acd1657 genkernel: Bump version. Signed-off-by: Robin H. Johnson gentoo.org> --- genkernel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/genkernel b/genkernel index d1f6d4f..8b01662 100755 --- a/genkernel +++ b/genkernel @@ -2,7 +2,7 @@ # $Id$ PATH="${PATH}:/sbin:/usr/sbin" -GK_V='3.4.49.2' +GK_V='3.4.50' # Set the default for TMPDIR. May be modified by genkernel.conf or the # --tempdir command line option.