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 4CB7858974 for ; Sat, 6 Feb 2016 22:15:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D6B8821C019; Sat, 6 Feb 2016 22:15:15 +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 5A9D621C019 for ; Sat, 6 Feb 2016 22:15:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7BCBF340A67 for ; Sat, 6 Feb 2016 22:15:14 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 322848F5 for ; Sat, 6 Feb 2016 22:15:13 +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: <1454796845.29716ce46c58e5c6f33e35b4b575227298f054da.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: 29716ce46c58e5c6f33e35b4b575227298f054da X-VCS-Branch: master Date: Sat, 6 Feb 2016 22:15:13 +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: c7c38edb-af89-4f5c-9fd4-4daf7d700b09 X-Archives-Hash: e7f2e4e5868be53d0ebbd200e7c937f0 commit: 29716ce46c58e5c6f33e35b4b575227298f054da Author: Robin H. Johnson gentoo org> AuthorDate: Sat Feb 6 22:14:05 2016 +0000 Commit: Robin H. Johnson gentoo org> CommitDate: Sat Feb 6 22:14:05 2016 +0000 URL: https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=29716ce4 Major version bump: due to kernel changes this is considered a major unstable bump. Signed-off-by: Robin H. Johnson gentoo.org> genkernel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/genkernel b/genkernel index 95965b1..60300f2 100755 --- a/genkernel +++ b/genkernel @@ -2,7 +2,7 @@ # $Id$ PATH="${PATH}:/sbin:/usr/sbin" -GK_V='3.4.52.4' +GK_V='3.5.0.0' # Set the default for TMPDIR. May be modified by genkernel.conf or the # --tempdir command line option.