From 1f191baaa86cb39f795f2d31a13bde4f29b0a1b1 Mon Sep 17 00:00:00 2001 From: Jacquin Mininger Date: Fri, 5 Jun 2020 12:19:07 -0400 Subject: [PATCH] v2.2.7 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 613b34cf..e563daca 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=6 +APPVERSION_P=7 APPVERSION=$(APPVERSION_M).$(APPVERSION_N).$(APPVERSION_P) # Only warn about version tags if specified/inferred