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 0E5FF138010 for ; Fri, 2 Nov 2012 17:19:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 83CB321C002; Fri, 2 Nov 2012 17:19:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id E33B021C024 for ; Fri, 2 Nov 2012 17:19:13 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2EFEE33D7EC for ; Fri, 2 Nov 2012 17:19:13 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 8BEDBE544B for ; Fri, 2 Nov 2012 17:19:11 +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: <1351876729.e8779c232029711ad63942ed850b52c4e30d1c6c.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: e8779c232029711ad63942ed850b52c4e30d1c6c X-VCS-Branch: master Date: Fri, 2 Nov 2012 17:19:11 +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: 527c6a2e-6dac-4f54-b179-07938953b831 X-Archives-Hash: 25881df25f041b060b605efe2028a33a commit: e8779c232029711ad63942ed850b52c4e30d1c6c Author: Robin H. Johnson gentoo org> AuthorDate: Fri Nov 2 17:15:24 2012 +0000 Commit: Robin H. Johnson gentoo org> CommitDate: Fri Nov 2 17:18:49 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/genkernel.git;a=commit;h=e8779c23 Bump version. Signed-off-by: Robin H. Johnson gentoo.org> --- genkernel | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/genkernel b/genkernel index ca634d4..83fbb51 100755 --- a/genkernel +++ b/genkernel @@ -2,7 +2,7 @@ # $Id$ PATH="${PATH}:/sbin:/usr/sbin" -GK_V='3.4.44.2' +GK_V='3.4.45' # Set the default for TMPDIR. May be modified by genkernel.conf or the # --tempdir command line option.