From e6ca81edf1e77c81205fc2e82119dc571788c01b Mon Sep 17 00:00:00 2001 From: "Jonathan D.K. Gibbons" Date: Tue, 26 Nov 2019 10:35:59 -0500 Subject: [PATCH] Update version in Makefile for 2.2.3 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4c586700..9a7a3bd5 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=2 +APPVERSION_P=3 APPVERSION=$(APPVERSION_M).$(APPVERSION_N).$(APPVERSION_P) # Only warn about version tags if specified/inferred