pbt: upgrade version info

This commit is contained in:
2024-03-04 22:41:54 +03:00
committed by GitHub
parent 13b316d626
commit a7da00190f

View File

@@ -17,8 +17,8 @@ include mka/config.mk
# limitations under the License. # limitations under the License.
# speficy # speficy
VERSION := 1.4.0 VERSION := 1.5.0
VERSION_CODE := 140 VERSION_CODE := 150
SOURCE_DIR := binary SOURCE_DIR := binary
TARGET := pbt TARGET := pbt
ARCH := $(shell uname -m) ARCH := $(shell uname -m)
@@ -55,7 +55,7 @@ $(TARGET): $(OBJS)
printf "Generating gzip package...\n"; \ printf "Generating gzip package...\n"; \
cp out/binary/pbt out/package; \ cp out/binary/pbt out/package; \
gzip -f out/package/pbt; \ gzip -f out/package/pbt; \
mv out/package/pbt.gz out/package/pbt_$(ARCH).gz; \ mv out/package/pbt.gz out/package/pbt-$(ARCH)-en.gz; \
printf " \n"; \ printf " \n"; \
printf " ------------------------------------- \n"; printf " ------------------------------------- \n";