From a212062c1f11a7f73a9469d5b8b6a78ef94905df Mon Sep 17 00:00:00 2001 From: Alessandro Toppi Date: Mon, 6 Jul 2026 12:23:32 +0200 Subject: [PATCH] Bump version to v1.49.0 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7adb1da7..bd6e2933 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ MAKEFLAGS += --no-builtin-rules MAKEFLAGS += -j$(NPROCS) CURRENT_VERSION_MAJOR = 1 -CURRENT_VERSION_MINOR = 48 +CURRENT_VERSION_MINOR = 49 CURRENT_VERSION_BUG = 0 GIT_DESCRIBE := $(shell git describe)