aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeutates <103068388+Teutates@users.noreply.github.com>2022-07-20 20:14:17 -0400
committerTeutates <103068388+Teutates@users.noreply.github.com>2022-07-20 20:14:17 -0400
commit761e019876021e4161c8b890039b375d3aeec546 (patch)
treedd1e0abedbfe3ebe6eee18baa71cf76827916f32
parentf244584cbb226b05a323298d04022cba4c4496fa (diff)
downloadldid-761e019876021e4161c8b890039b375d3aeec546.tar.gz
ldid-761e019876021e4161c8b890039b375d3aeec546.tar.zst
ldid-761e019876021e4161c8b890039b375d3aeec546.zip
Update VERSION
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e528faf..022e856 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
ifneq (,$(wildcard .git))
VERSION ?= $(shell git describe --tags)
else
-VERSION ?= 2.1.5-procursus3
+VERSION ?= 2.1.5-procursus5
endif
CC ?= cc