fix cpu bug

This commit is contained in:
souldbminersmwc
2026-01-26 16:25:25 -05:00
parent fee7e7a4f4
commit f5d9761853
5 changed files with 5 additions and 4 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 := 0.31
APP_VERSION := 0.33
TARGET_VERSION := $(APP_VERSION)
#---------------------------------------------------------------------------------