From b38421d04a0e24a8d29d9b148ba02d658d77d435 Mon Sep 17 00:00:00 2001 From: yellows8 Date: Fri, 27 Oct 2023 19:05:45 -0400 Subject: [PATCH] v2.4.4 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5a80b82..f0c8acd 100644 --- a/Makefile +++ b/Makefile @@ -43,7 +43,7 @@ SOURCES := source DATA := data INCLUDES := include #ROMFS := romfs -APP_VERSION := 2.4.3 +APP_VERSION := 2.4.4 ifeq ($(RELEASE),) APP_VERSION := $(APP_VERSION)-$(shell git describe --dirty --always)