Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/genkernel:master commit in: /
Date: Fri, 04 Oct 2019 12:46:35
Message-Id: 1570193174.69a58433c0f77a221a142317b2f6e4013aca29f4.whissi@gentoo
1 commit: 69a58433c0f77a221a142317b2f6e4013aca29f4
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 4 12:46:14 2019 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 4 12:46:14 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=69a58433
7
8 genkernel: bump to v4.0.0_beta19
9
10 Signed-off-by: Thomas Deutschmann <whissi <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 8c95c7c..408bca4 100755
17 --- a/genkernel
18 +++ b/genkernel
19 @@ -2,7 +2,7 @@
20 # $Id$
21
22 PATH="${PATH}:/sbin:/usr/sbin"
23 -GK_V='4.0.0_beta18'
24 +GK_V='4.0.0_beta19'
25
26 GK_TIME_START=$(date +%s)