Skip to content

Commit 85b0ed5

Browse files
committed
Incrementing minimum KLL version to 0.5.7.3
- Also enforcing a specific KLL version using the Pipfile
1 parent b057817 commit 85b0ed5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: Keyboards/Pipfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ verify_ssl = true
44
name = "pypi"
55

66
[packages]
7-
kll = ">=0.5.7.2"
7+
kll = "==0.5.7.3"
88

99
[dev-packages]
1010

Diff for: Lib/CMake/kll.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ endif ()
4343
message ( STATUS "Checking for kll" )
4444

4545
### XXX XXX XXX - Remember to update Pipfile as well when you change the version! ###
46-
set ( KLL_MIN_VERSION "0.5.7.2" )
46+
set ( KLL_MIN_VERSION "0.5.7.3" )
4747

4848
# 1) Check for environment variable
4949
if ( NOT DEFINED KLL_EXECUTABLE )

0 commit comments

Comments
 (0)