diff --git a/Makefile b/Makefile index 2e6385ffbe..27c2d9b7f9 100644 --- a/Makefile +++ b/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) diff --git a/buildbox/build-telegram.sh b/buildbox/build-telegram.sh index d7acc5af35..11d2732c4d 100644 --- a/buildbox/build-telegram.sh +++ b/buildbox/build-telegram.sh @@ -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"