increase patch limit

v1
Brett 2024-03-07 12:00:52 -05:00
parent a18ea4b1a5
commit 19857f3b2b
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.5)
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_TARGET BLT)

View File

@ -8,7 +8,7 @@ import subprocess
VERSION_BEGIN_STR = "set(BLT_VERSION "
VERSION_END_STR = ")"
PATCH_LIMIT = 10
PATCH_LIMIT = 1000
#---------------------------------------
# DO NOT TOUCH