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 455E31381F3 for ; Mon, 3 Jun 2013 23:55:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 23AEBE08DC; Mon, 3 Jun 2013 23:54:59 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A020DE08DC for ; Mon, 3 Jun 2013 23:54:58 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 90C3B33DF65 for ; Mon, 3 Jun 2013 23:54:57 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 2CA33E468F for ; Mon, 3 Jun 2013 23:54:56 +0000 (UTC) From: "Richard Yao" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Richard Yao" Message-ID: <1370303475.5a5b26e9c0d413e536fdff3c05f75e3141c77a6c.ryao@gentoo> Subject: [gentoo-commits] proj/genkernel:master commit in: / X-VCS-Repository: proj/genkernel X-VCS-Files: genkernel X-VCS-Directories: / X-VCS-Committer: ryao X-VCS-Committer-Name: Richard Yao X-VCS-Revision: 5a5b26e9c0d413e536fdff3c05f75e3141c77a6c X-VCS-Branch: master Date: Mon, 3 Jun 2013 23:54:56 +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: 83b0aa2c-7c1f-4ca1-8f9d-ef48a85f3fa0 X-Archives-Hash: cb3d837353dceaf022dceff73e0ba37d Message-ID: <20130603235456.ox5VFea7Vk0EeWCcgg8-pZEURUmT1rt1ik6rrBeLj5Q@z> commit: 5a5b26e9c0d413e536fdff3c05f75e3141c77a6c Author: Richard Yao cs stonybrook edu> AuthorDate: Mon Jun 3 23:51:15 2013 +0000 Commit: Richard Yao gentoo org> CommitDate: Mon Jun 3 23:51:15 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/genkernel.git;a=commit;h=5a5b26e9 Bump version to 3.4.46 Signed-off-by: Richard Yao cs.stonybrook.edu> --- genkernel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/genkernel b/genkernel index 83fbb51..c347ddc 100755 --- a/genkernel +++ b/genkernel @@ -2,7 +2,7 @@ # $Id$ PATH="${PATH}:/sbin:/usr/sbin" -GK_V='3.4.45' +GK_V='3.4.46' # Set the default for TMPDIR. May be modified by genkernel.conf or the # --tempdir command line option.