sysclk: bump version

This commit is contained in:
souldbminersmwc
2026-01-18 16:33:29 -05:00
parent 2f8cc92e43
commit 2060fbe86d
2 changed files with 2 additions and 2 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.28
APP_VERSION := 0.29
TARGET_VERSION := $(APP_VERSION)
#---------------------------------------------------------------------------------

View File

@@ -195,7 +195,7 @@ Result FileUtils::Initialize()
{
FileUtils::RefreshFlags(true);
g_has_initialized = true;
FileUtils::LogLine("=== hoc-clk" TARGET_VERSION " ===");
FileUtils::LogLine("=== hoc-clk " TARGET_VERSION " ===");
FileUtils::LogLine("by m4xw, natinusala, p-sam, Souldbminer and Lightos_");
}