revert accidental sys-clk reversion

This commit is contained in:
Lightos1
2026-01-02 00:27:32 +01:00
parent fb62781437
commit c46460891c
6 changed files with 11 additions and 20 deletions

View File

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