misc: fix config bug

This commit is contained in:
souldbminersmwc
2026-03-17 20:30:33 -04:00
parent ad6847ec59
commit 59b62a835b
10 changed files with 159 additions and 15 deletions

View File

@@ -39,7 +39,7 @@ include ${TOPDIR}/lib/libultrahand/ultrahand.mk
# version control constants
#---------------------------------------------------------------------------------
#TARGET_VERSION := $(shell git describe --dirty --always --tags)
APP_VERSION := 1.0.1
APP_VERSION := 1.0.2
TARGET_VERSION := $(APP_VERSION)
#---------------------------------------------------------------------------------