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