From 0acb3e8ed15b236763054c056dac3739d37a982e Mon Sep 17 00:00:00 2001 From: Jacob Alexander Date: Thu, 19 Mar 2020 00:27:24 -0700 Subject: [PATCH] Increasing KLL min version to 0.5.7.16 --- Keyboards/Pipfile | 2 +- Lib/CMake/kll.cmake | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Keyboards/Pipfile b/Keyboards/Pipfile index 9a516b6ce..dce42eeac 100644 --- a/Keyboards/Pipfile +++ b/Keyboards/Pipfile @@ -4,7 +4,7 @@ verify_ssl = true name = "pypi" [packages] -kll = "==0.5.7.15" +kll = "==0.5.7.16" [dev-packages] diff --git a/Lib/CMake/kll.cmake b/Lib/CMake/kll.cmake index c2cf6d0bd..4062c24b1 100644 --- a/Lib/CMake/kll.cmake +++ b/Lib/CMake/kll.cmake @@ -43,7 +43,7 @@ endif () message ( STATUS "Checking for kll" ) ### XXX XXX XXX - Remember to update Pipfile as well when you change the version! ### -set ( KLL_MIN_VERSION "0.5.7.15" ) +set ( KLL_MIN_VERSION "0.5.7.16" ) # 1) Check for environment variable if ( NOT DEFINED KLL_EXECUTABLE )