From 4bff87decc34538455a3fcb1dce2e74d9c4595b3 Mon Sep 17 00:00:00 2001 From: thesyncim Date: Tue, 2 Jul 2024 11:33:18 +0100 Subject: [PATCH] Bump version to v1.17.0 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0943e4ba..1e36e192 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ MAKEFLAGS += --no-builtin-rules MAKEFLAGS += -j$(NPROCS) CURRENT_VERSION_MAJOR = 1 -CURRENT_VERSION_MINOR = 16 +CURRENT_VERSION_MINOR = 17 CURRENT_VERSION_BUG = 0 GIT_DESCRIBE := $(shell git describe)