Skip to content

Commit

Permalink
Increasing KLL min version to 0.5.7.16
Browse files Browse the repository at this point in the history
  • Loading branch information
haata committed Mar 19, 2020
1 parent 278d14a commit 0acb3e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Keyboards/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ verify_ssl = true
name = "pypi"

[packages]
kll = "==0.5.7.15"
kll = "==0.5.7.16"

[dev-packages]

Expand Down
2 changes: 1 addition & 1 deletion Lib/CMake/kll.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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 )
Expand Down

0 comments on commit 0acb3e8

Please sign in to comment.