sys-clk-OC manager

This commit is contained in:
KazushiM
2022-10-29 22:29:30 +08:00
parent 26c0bff4dd
commit 1dcd8cc1bb
8 changed files with 48 additions and 49 deletions

View File

@@ -54,7 +54,7 @@ APP_RESOURCES := romfs:/
#---------------------------------------------------------------------------------
# version control constants
#---------------------------------------------------------------------------------
TARGET_VERSION := OC-$$(date +%Y/%m/%d)
TARGET_VERSION := $$(date +%Y/%m/%d)
APP_VERSION := $(TARGET_VERSION)
#---------------------------------------------------------------------------------