diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2020-03-05 16:09:41 +0100 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2020-03-05 16:09:41 +0100 |
commit | 42826cedf4370aabbd5cbf3657ae48e576af0c37 (patch) | |
tree | 3f87e32009aae3af0f4320029798e01e7a1dc255 | |
parent | defaults/software.sh: Fix coreutils binpkg name (diff) | |
download | genkernel-42826cedf4370aabbd5cbf3657ae48e576af0c37.tar.gz genkernel-42826cedf4370aabbd5cbf3657ae48e576af0c37.tar.bz2 genkernel-42826cedf4370aabbd5cbf3657ae48e576af0c37.zip |
genkernel: bump to v4.0.4v4.0.4
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
-rwxr-xr-x | genkernel | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ # $Id$ PATH="${PATH}:/sbin:/usr/sbin" -GK_V='4.0.3' +GK_V='4.0.4' GK_TIME_START=$(date +%s) |