From cff9772dbfb66e5919c1b259ce27162af887c695 Mon Sep 17 00:00:00 2001 From: Ajinkya Rajandekar Date: Fri, 26 Jan 2024 12:21:45 +0000 Subject: [PATCH] Bump the version --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 45a7d9c0..db80ed3e 100644 --- a/Makefile +++ b/Makefile @@ -25,7 +25,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=4 -APPVERSION_P=6 +APPVERSION_P=7 APPVERSION=$(APPVERSION_M).$(APPVERSION_N).$(APPVERSION_P) # Only warn about version tags if specified/inferred