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: Tue, 31 Oct 2017 18:59:24
Message-Id: 1509476335.3e5fbaa7aa9b879acfadc37097fad8e1de5aad69.robbat2@gentoo
1 commit: 3e5fbaa7aa9b879acfadc37097fad8e1de5aad69
2 Author: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
3 AuthorDate: Tue Oct 31 18:58:55 2017 +0000
4 Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 31 18:58:55 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=3e5fbaa7
7
8 Bump version to 3.5.2.3
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 6b5355a..26c8bdc 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.2'
24 +GK_V='3.5.2.3'
25
26 # Set the default for TMPDIR. May be modified by genkernel.conf or the
27 # --tempdir command line option.