From aaf8f23d7975ecdb8e77e3a8f22253e0a2352cef Mon Sep 17 00:00:00 2001 From: Cameron Katri Date: Tue, 17 Jan 2023 23:10:08 -0500 Subject: [PATCH] ldid v2.1.5-procursus7 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b9b577f..0d81052 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ ifneq (,$(wildcard .git)) VERSION ?= $(shell git describe --tags) else -VERSION ?= 2.1.5-procursus6 +VERSION ?= 2.1.5-procursus7 endif CC ?= cc