Update version, force push
This commit is contained in:
parent
d164128145
commit
3eedd075a9
2 changed files with 2 additions and 2 deletions
2
Makefile
2
Makefile
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue