From 56868b4325d4b5ec63e541db8ba32970b05ce783 Mon Sep 17 00:00:00 2001 From: fincs Date: Sat, 19 Dec 2020 17:41:07 +0100 Subject: [PATCH] v2.4.0 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 43f45c3..f46b3d9 100644 --- a/Makefile +++ b/Makefile @@ -43,7 +43,7 @@ SOURCES := source DATA := data INCLUDES := include #ROMFS := romfs -APP_VERSION := 2.3.4 +APP_VERSION := 2.4.0 ifeq ($(RELEASE),) APP_VERSION := $(APP_VERSION)-$(shell git describe --dirty --always)