From f9b0b117406597c85bf4bb8a697d0b363b365e0f Mon Sep 17 00:00:00 2001 From: thesyncim Date: Thu, 1 May 2025 16:49:22 +0100 Subject: [PATCH] Bump version to v1.35.0 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 00be53081..ad5f5b6ab 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ MAKEFLAGS += --no-builtin-rules MAKEFLAGS += -j$(NPROCS) CURRENT_VERSION_MAJOR = 1 -CURRENT_VERSION_MINOR = 34 +CURRENT_VERSION_MINOR = 35 CURRENT_VERSION_BUG = 0 GIT_DESCRIBE := $(shell git describe)