From 3d2bea05bfef4b7530e52639c0f224fa6b7208d9 Mon Sep 17 00:00:00 2001 From: Cameron Katri Date: Tue, 13 Dec 2022 23:50:26 -0500 Subject: [PATCH] ldid v2.1.5-procursus6 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 565f92f..b9b577f 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ ifneq (,$(wildcard .git)) VERSION ?= $(shell git describe --tags) else -VERSION ?= 2.1.5-procursus5 +VERSION ?= 2.1.5-procursus6 endif CC ?= cc