From bc48603694fd6dd0f28156d17634135879f1d56b Mon Sep 17 00:00:00 2001 From: fincs Date: Mon, 15 Jun 2020 23:55:19 +0200 Subject: [PATCH] Bump version for release --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d7546c6..bc9b41c 100644 --- a/Makefile +++ b/Makefile @@ -43,7 +43,7 @@ SOURCES := source DATA := data INCLUDES := include #ROMFS := romfs -APP_VERSION := 2.3.2 +APP_VERSION := 2.3.3 ifeq ($(RELEASE),) APP_VERSION := $(APP_VERSION)-$(shell git describe --dirty --always)