From 58797b2f9606c5a30dd1ccc9e5b9962e45e10356 Mon Sep 17 00:00:00 2001 From: Jacquin Mininger Date: Thu, 2 Jul 2020 15:27:08 -0400 Subject: [PATCH] v2.2.8 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e563daca..12de9a90 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=7 +APPVERSION_P=8 APPVERSION=$(APPVERSION_M).$(APPVERSION_N).$(APPVERSION_P) # Only warn about version tags if specified/inferred