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 43F011395DC for ; Fri, 31 Jul 2015 18:44:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C500914022; Fri, 31 Jul 2015 18:44:01 +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 16FFD14026 for ; Fri, 31 Jul 2015 18:44:01 +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 409FE340B6C for ; Fri, 31 Jul 2015 18:44:00 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1B2F8BF for ; Fri, 31 Jul 2015 18:43:58 +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: <1438366134.4ee008490c3896b1e0fb97f3b5cd5071e166d8dd.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: 4ee008490c3896b1e0fb97f3b5cd5071e166d8dd X-VCS-Branch: master Date: Fri, 31 Jul 2015 18:43:58 +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: b9f579b1-7e21-48b8-90ce-cf30f19d1ba3 X-Archives-Hash: 320d5cfb7d18cefd2a89313da6bfbdef commit: 4ee008490c3896b1e0fb97f3b5cd5071e166d8dd Author: Richard Yao gentoo org> AuthorDate: Fri Jul 31 18:08:51 2015 +0000 Commit: Richard Yao gentoo org> CommitDate: Fri Jul 31 18:08:54 2015 +0000 URL: https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=4ee00849 Bump version to 3.4.51.4 I neglected to push the 3.4.51.1 and 3.4.51.2 updates to master, which lead 3.4.51.3 to bring us out of sync. This tag reunifies the two. Signed-off-by: Richard Yao gentoo.org> genkernel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/genkernel b/genkernel index 5ab1936..9f3ec9c 100755 --- a/genkernel +++ b/genkernel @@ -2,7 +2,7 @@ # $Id$ PATH="${PATH}:/sbin:/usr/sbin" -GK_V='3.4.51.3' +GK_V='3.4.51.4' # Set the default for TMPDIR. May be modified by genkernel.conf or the # --tempdir command line option.