From b59410fdbc66e0851ccdfce0685672c93e3f5601 Mon Sep 17 00:00:00 2001 From: Matthew Bauer Date: Wed, 30 Oct 2019 12:48:51 -0400 Subject: [PATCH] Update APP_VERSION to 2.2.1 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b465ea70..6a177bc4 100644 --- a/Makefile +++ b/Makefile @@ -19,7 +19,7 @@ GIT_DESCRIBE ?= $(shell git describe --tags --abbrev=8 --always --long --dirty 2 VERSION_TAG ?= $(shell echo "$(GIT_DESCRIBE)" | cut -f1 -d-) APPVERSION_M=2 APPVERSION_N=2 -APPVERSION_P=0 +APPVERSION_P=1 APPVERSION=$(APPVERSION_M).$(APPVERSION_N).$(APPVERSION_P) # Only warn about version tags if specified/inferred