From 03c09b733f7a7229c1484f39772046f1343d5d75 Mon Sep 17 00:00:00 2001 From: Viktor Apostolski Date: Fri, 17 May 2024 13:38:45 +0200 Subject: [PATCH] Bump version to v1.16.0 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 351eb625..0943e4ba 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ MAKEFLAGS += --no-builtin-rules MAKEFLAGS += -j$(NPROCS) CURRENT_VERSION_MAJOR = 1 -CURRENT_VERSION_MINOR = 15 +CURRENT_VERSION_MINOR = 16 CURRENT_VERSION_BUG = 0 GIT_DESCRIBE := $(shell git describe)