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: Sat, 28 Oct 2017 08:28:07
Message-Id: 1509179260.aec8ab97e010a0234dae1d731e82fa6d55a0b240.robbat2@gentoo
1 commit: aec8ab97e010a0234dae1d731e82fa6d55a0b240
2 Author: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 28 08:27:40 2017 +0000
4 Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 28 08:27:40 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=aec8ab97
7
8 Bump version to 3.5.2.2
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 cee1fb9..6b5355a 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.2.1'
24 +GK_V='3.5.2.2'
25
26 # Set the default for TMPDIR. May be modified by genkernel.conf or the
27 # --tempdir command line option.