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, 16 Nov 2017 23:40:15
Message-Id: 1510875591.449b2ae584442a4bf6f8644cd998b62ab5e84f57.robbat2@gentoo
1 commit: 449b2ae584442a4bf6f8644cd998b62ab5e84f57
2 Author: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
3 AuthorDate: Thu Nov 16 23:39:51 2017 +0000
4 Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
5 CommitDate: Thu Nov 16 23:39:51 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=449b2ae5
7
8 Bump version to 3.5.2.4
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 26c8bdc..dc7d92b 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.3'
24 +GK_V='3.5.2.4'
25
26 # Set the default for TMPDIR. May be modified by genkernel.conf or the
27 # --tempdir command line option.