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 F212B59CA9 for ; Sun, 27 Mar 2016 06:14:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 777C221C017; Sun, 27 Mar 2016 06:14:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 04AD821C018 for ; Sun, 27 Mar 2016 06:14:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 93226340A9C for ; Sun, 27 Mar 2016 06:14:20 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D1CD9852 for ; Sun, 27 Mar 2016 06:14:16 +0000 (UTC) From: "Mike Frysinger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Frysinger" Message-ID: <1459059115.1962b0ec93bdeda0314b1bb09b08a1c890f0a725.vapier@gentoo> Subject: [gentoo-commits] proj/genkernel:master commit in: / X-VCS-Repository: proj/genkernel X-VCS-Files: genkernel X-VCS-Directories: / X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: 1962b0ec93bdeda0314b1bb09b08a1c890f0a725 X-VCS-Branch: master Date: Sun, 27 Mar 2016 06:14:16 +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: 61cc6a53-05dd-4aa3-94cc-ff3196a2366c X-Archives-Hash: 56446d63f463f3132984fc8df18037cf commit: 1962b0ec93bdeda0314b1bb09b08a1c890f0a725 Author: Mike Frysinger gentoo org> AuthorDate: Sun Mar 27 06:11:55 2016 +0000 Commit: Mike Frysinger gentoo org> CommitDate: Sun Mar 27 06:11:55 2016 +0000 URL: https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=1962b0ec Bump version to 3.5.0.1 Signed-off-by: Mike Frysinger gentoo.org> genkernel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/genkernel b/genkernel index e7cadcc..141db03 100755 --- a/genkernel +++ b/genkernel @@ -2,7 +2,7 @@ # $Id$ PATH="${PATH}:/sbin:/usr/sbin" -GK_V='3.5.0.0' +GK_V='3.5.0.1' # Set the default for TMPDIR. May be modified by genkernel.conf or the # --tempdir command line option.