From 19f1afbbf3a8ccc29538dcbe0ca92527b7d1d7cf Mon Sep 17 00:00:00 2001 From: fincs Date: Tue, 14 Apr 2020 22:21:56 +0200 Subject: [PATCH] v2.3.1 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e757e3b..e2d1118 100644 --- a/Makefile +++ b/Makefile @@ -43,7 +43,7 @@ SOURCES := source DATA := data INCLUDES := include #ROMFS := romfs -APP_VERSION := 2.3.0 +APP_VERSION := 2.3.1 ifeq ($(RELEASE),) APP_VERSION := $(APP_VERSION)-$(shell git describe --dirty --always)