Gentoo Archives: gentoo-commits

From: "Robin H. Johnson" <robbat2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/genkernel:master commit in: /
Date: Thu, 27 Oct 2016 16:30:55
Message-Id: 1477585825.ad4b9adaacb37ed5ba00538a89c5ef51411dd887.robbat2@gentoo
1 commit: ad4b9adaacb37ed5ba00538a89c5ef51411dd887
2 Author: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 27 16:30:25 2016 +0000
4 Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 27 16:30:25 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=ad4b9ada
7
8 Bump version to 3.5.0.6
9
10 Signed-off-by: Robin H. Johnson <robbat2 <AT> gentoo.org>
11
12 genkernel | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/genkernel b/genkernel
16 index 4261651..778d1ea 100755
17 --- a/genkernel
18 +++ b/genkernel
19 @@ -2,7 +2,7 @@
20 # $Id$
21
22 PATH="${PATH}:/sbin:/usr/sbin"
23 -GK_V='3.5.0.5'
24 +GK_V='3.5.0.6'
25
26 # Set the default for TMPDIR. May be modified by genkernel.conf or the
27 # --tempdir command line option.