From 5d276d1da7a8b0657a8830e99269ea49c85c302f Mon Sep 17 00:00:00 2001 From: fincs Date: Wed, 11 Dec 2019 00:59:08 +0100 Subject: [PATCH] v2.3.0 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a3cde92..e757e3b 100644 --- a/Makefile +++ b/Makefile @@ -43,7 +43,7 @@ SOURCES := source DATA := data INCLUDES := include #ROMFS := romfs -APP_VERSION := 2.2.0 +APP_VERSION := 2.3.0 ifeq ($(RELEASE),) APP_VERSION := $(APP_VERSION)-$(shell git describe --dirty --always)