From 1083a7d65a679f0c189df9837d70ae08d2fff90e Mon Sep 17 00:00:00 2001 From: Bruno Ribeiro Date: Thu, 21 Aug 2025 12:23:00 +0200 Subject: [PATCH] Bump version to v1.40.0 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 77753e791..8ee539c72 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ MAKEFLAGS += --no-builtin-rules MAKEFLAGS += -j$(NPROCS) CURRENT_VERSION_MAJOR = 1 -CURRENT_VERSION_MINOR = 39 +CURRENT_VERSION_MINOR = 40 CURRENT_VERSION_BUG = 0 GIT_DESCRIBE := $(shell git describe)