From 8bb68844768a7c2f1dc6ae4608d90323f97cb76b Mon Sep 17 00:00:00 2001 From: ppkantorski2 Date: Thu, 12 Jun 2025 00:54:34 -0700 Subject: [PATCH] Update Makefile --- 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)