increase patch limit
parent
a18ea4b1a5
commit
19857f3b2b
|
@ -1,7 +1,7 @@
|
||||||
cmake_minimum_required(VERSION 3.5)
|
cmake_minimum_required(VERSION 3.5)
|
||||||
include(cmake/color.cmake)
|
include(cmake/color.cmake)
|
||||||
|
|
||||||
set(BLT_VERSION 0.14.0)
|
set(BLT_VERSION 0.14.1)
|
||||||
set(BLT_TEST_VERSION 0.0.1)
|
set(BLT_TEST_VERSION 0.0.1)
|
||||||
|
|
||||||
set(BLT_TARGET BLT)
|
set(BLT_TARGET BLT)
|
||||||
|
|
|
@ -8,7 +8,7 @@ import subprocess
|
||||||
|
|
||||||
VERSION_BEGIN_STR = "set(BLT_VERSION "
|
VERSION_BEGIN_STR = "set(BLT_VERSION "
|
||||||
VERSION_END_STR = ")"
|
VERSION_END_STR = ")"
|
||||||
PATCH_LIMIT = 10
|
PATCH_LIMIT = 1000
|
||||||
|
|
||||||
#---------------------------------------
|
#---------------------------------------
|
||||||
# DO NOT TOUCH
|
# DO NOT TOUCH
|
||||||
|
|
Loading…
Reference in New Issue