From 7aefc7a31229a69c54da96e2b8f4940ecc0a9469 Mon Sep 17 00:00:00 2001 From: fincs Date: Sun, 11 Apr 2021 12:42:08 +0200 Subject: [PATCH] v2.4.1 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f46b3d9..86af990 100644 --- a/Makefile +++ b/Makefile @@ -43,7 +43,7 @@ SOURCES := source DATA := data INCLUDES := include #ROMFS := romfs -APP_VERSION := 2.4.0 +APP_VERSION := 2.4.1 ifeq ($(RELEASE),) APP_VERSION := $(APP_VERSION)-$(shell git describe --dirty --always)