pmt: initial 1.9.0 update

This commit is contained in:
2024-05-05 20:56:34 +03:00
committed by GitHub
parent c9736863fe
commit 9c570d5b02

View File

@@ -15,8 +15,8 @@
# limitations under the License. # limitations under the License.
# speficy # speficy
VERSION := 1.8.0 VERSION := 1.9.0
VERSION_CODE := 180 VERSION_CODE := 190
TARGET := pmt TARGET := pmt
LANG := en LANG := en
@@ -27,7 +27,7 @@ ARCH := $(shell uname -m)
CUR_DIR := $(shell pwd) CUR_DIR := $(shell pwd)
# others needed important variables # others needed important variables
SOURCE_DIR := $(CUR_DIR)/src SOURCE_DIR ?= $(CUR_DIR)/src
OUT_DIR := $(CUR_DIR)/out OUT_DIR := $(CUR_DIR)/out
BINARY_DIR := $(OUT_DIR)/binary BINARY_DIR := $(OUT_DIR)/binary
PACKAGE_DIR := $(OUT_DIR)/package PACKAGE_DIR := $(OUT_DIR)/package