diff --git a/CMakeLists.txt b/CMakeLists.txt index f173b76..56333e9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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) diff --git a/commit.py b/commit.py index 4c2f868..e8b8443 100755 --- a/commit.py +++ b/commit.py @@ -8,7 +8,7 @@ import subprocess VERSION_BEGIN_STR = "set(BLT_VERSION " VERSION_END_STR = ")" -PATCH_LIMIT = 10 +PATCH_LIMIT = 1000 #--------------------------------------- # DO NOT TOUCH