sys-clk: use version instead of date

This commit is contained in:
hanabbi
2023-06-21 16:33:41 +09:00
parent 94f6cc6820
commit 5c2979fe47

View File

@@ -26,13 +26,13 @@ DATA := data
INCLUDES := ../common/include
EXEFS_SRC := exefs_src
APP_TITLE := sys-clk-OC
APP_TITLE := Switch-OC-Suite
NO_ICON := 1
#---------------------------------------------------------------------------------
# version control constants
#---------------------------------------------------------------------------------
TARGET_VERSION := $$(date +%Y/%m/%d)
TARGET_VERSION := 1.6.0
APP_VERSION := $(TARGET_VERSION)
#---------------------------------------------------------------------------------