From 946ac4ede603bef1238e5faf410635f248002d3b Mon Sep 17 00:00:00 2001 From: fincs Date: Thu, 9 Jul 2020 02:49:58 +0200 Subject: [PATCH] Bump version for release --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index bc9b41c..43f45c3 100644 --- a/Makefile +++ b/Makefile @@ -43,7 +43,7 @@ SOURCES := source DATA := data INCLUDES := include #ROMFS := romfs -APP_VERSION := 2.3.3 +APP_VERSION := 2.3.4 ifeq ($(RELEASE),) APP_VERSION := $(APP_VERSION)-$(shell git describe --dirty --always)