pbt: upgrade version info
This commit is contained in:
6
Makefile
6
Makefile
@@ -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";
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user