Merge commit '93c83854a8a8719e81a229c672873b959cacf921' into bazel

This commit is contained in:
Ali 2020-03-01 23:39:48 +04:00
commit e813ff8be6

View File

@ -2,7 +2,7 @@
include Utils.makefile
APP_VERSION="5.15.1"
APP_VERSION="5.16"
CORE_COUNT=$(shell sysctl -n hw.logicalcpu)
CORE_COUNT_MINUS_ONE=$(shell expr ${CORE_COUNT} \- 1)