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: Tue, 04 Aug 2020 09:27:54
Message-Id: 1596529054.62d89ac8535e108febac546d432fa75fd5758278.whissi@gentoo
1 commit: 62d89ac8535e108febac546d432fa75fd5758278
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 4 08:17:34 2020 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 4 08:17:34 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=62d89ac8
7
8 genkernel: bump to v4.1.0_rc1
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 575ba2b..b0600be 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.1.0_beta1'
24 +GK_V='4.1.0_rc1'
25
26 GK_TIME_START=$(date +%s)