From f4e600f3567b7dfbb69b7648fa45913e6702a007 Mon Sep 17 00:00:00 2001 From: guldev25 Date: Tue, 26 May 2026 15:17:07 +0200 Subject: [PATCH] Bump version to v1.48.0 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4e6f830d..7adb1da7 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ MAKEFLAGS += --no-builtin-rules MAKEFLAGS += -j$(NPROCS) CURRENT_VERSION_MAJOR = 1 -CURRENT_VERSION_MINOR = 47 +CURRENT_VERSION_MINOR = 48 CURRENT_VERSION_BUG = 0 GIT_DESCRIBE := $(shell git describe)