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 82074138A2F for ; Tue, 12 Aug 2014 15:03:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D2759E0BA0; Tue, 12 Aug 2014 15:03:24 +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 6F31CE0BA0 for ; Tue, 12 Aug 2014 15:03:24 +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 2A4A03402EF for ; Tue, 12 Aug 2014 15:03:23 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id DD2E618815 for ; Tue, 12 Aug 2014 15:03:20 +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: <1407855742.09b062e6e39d61d3290a7080b0935e52be84bbdc.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: 09b062e6e39d61d3290a7080b0935e52be84bbdc X-VCS-Branch: master Date: Tue, 12 Aug 2014 15:03:20 +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: 2497132c-e17d-43fc-ab03-e2614dde275d X-Archives-Hash: a8df0725d9410bca3d8dccfb639599e0 commit: 09b062e6e39d61d3290a7080b0935e52be84bbdc Author: Richard Yao gentoo org> AuthorDate: Tue Aug 12 15:02:22 2014 +0000 Commit: Richard Yao gentoo org> CommitDate: Tue Aug 12 15:02:22 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/genkernel.git;a=commit;h=09b062e6 Bump version to 3.4.51.1 Signed-off-by: Richard Yao gentoo.org> --- genkernel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/genkernel b/genkernel index 1042ae6..6304536 100755 --- a/genkernel +++ b/genkernel @@ -2,7 +2,7 @@ # $Id$ PATH="${PATH}:/sbin:/usr/sbin" -GK_V='3.4.51' +GK_V='3.4.51.1' # Set the default for TMPDIR. May be modified by genkernel.conf or the # --tempdir command line option.