diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2019-08-02 09:45:15 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2019-08-02 09:45:15 +0200 |
commit | fa11c50a6e1ab284fafa1fceed6b5e32be58547d (patch) | |
tree | 6834a5c47489cffb643fbefeb13a0f02d6d36eff | |
parent | gen_compile.sh: compile_modules(): Don't set INSTALL_MOD_STRIP when --no-strip (diff) | |
download | genkernel-fa11c50a6e1ab284fafa1fceed6b5e32be58547d.tar.gz genkernel-fa11c50a6e1ab284fafa1fceed6b5e32be58547d.tar.bz2 genkernel-fa11c50a6e1ab284fafa1fceed6b5e32be58547d.zip |
genkernel: bump to v4.0.0_beta11
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.0_beta10' +GK_V='4.0.0_beta11' TODEBUGCACHE=yes # Until an error occurs or LOGFILE is fully qualified. |