Update version, force push

This commit is contained in:
Ali 2020-11-11 18:13:43 +04:00
parent d164128145
commit 3eedd075a9
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -81,7 +81,7 @@ COMMIT_ID="$(git rev-parse HEAD)"
COMMIT_AUTHOR=$(git log -1 --pretty=format:'%an')
if [ -z "$2" ]; then
COMMIT_COUNT=$(git rev-list --count HEAD)
COMMIT_COUNT="$(($COMMIT_COUNT+1000))"
COMMIT_COUNT="$(($COMMIT_COUNT+2000))"
BUILD_NUMBER="$COMMIT_COUNT"
else
BUILD_NUMBER="$2"