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 8DF7213877A for ; Tue, 15 Jul 2014 07:28:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8142DE08DC; Tue, 15 Jul 2014 07:28:44 +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 1D05AE08DC for ; Tue, 15 Jul 2014 07:28:44 +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 1D6BF33EECB for ; Tue, 15 Jul 2014 07:28:43 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id D7CC41807D for ; Tue, 15 Jul 2014 07:28:41 +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: <1405409274.9dc4ca55fc56c42e0ff2a5f4f98bf7fc4797e07f.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: 9dc4ca55fc56c42e0ff2a5f4f98bf7fc4797e07f X-VCS-Branch: master Date: Tue, 15 Jul 2014 07:28:41 +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: aad42100-09ff-456e-9480-0b58dc12e40f X-Archives-Hash: d8f281834c2515cb6ec88ec9bb884d81 commit: 9dc4ca55fc56c42e0ff2a5f4f98bf7fc4797e07f Author: Robin H. Johnson gentoo org> AuthorDate: Tue Jul 15 07:27:54 2014 +0000 Commit: Robin H. Johnson gentoo org> CommitDate: Tue Jul 15 07:27:54 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/genkernel.git;a=commit;h=9dc4ca55 Bump version to 3.4.51 Signed-off-by: Robin H. Johnson gentoo.org> --- genkernel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/genkernel b/genkernel index 8b01662..1042ae6 100755 --- a/genkernel +++ b/genkernel @@ -2,7 +2,7 @@ # $Id$ PATH="${PATH}:/sbin:/usr/sbin" -GK_V='3.4.50' +GK_V='3.4.51' # Set the default for TMPDIR. May be modified by genkernel.conf or the # --tempdir command line option.