From 82b95122c5ae8dc059bf23893ba7623c72c86773 Mon Sep 17 00:00:00 2001 From: fincs Date: Sat, 15 Nov 2025 17:49:27 +0100 Subject: [PATCH] nx-hbloader v2.4.5 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f0c8acd..7d06aff 100644 --- a/Makefile +++ b/Makefile @@ -43,7 +43,7 @@ SOURCES := source DATA := data INCLUDES := include #ROMFS := romfs -APP_VERSION := 2.4.4 +APP_VERSION := 2.4.5 ifeq ($(RELEASE),) APP_VERSION := $(APP_VERSION)-$(shell git describe --dirty --always)