From 7a33b23d08b8e555e9f59482741c108894a0dd56 Mon Sep 17 00:00:00 2001 From: Medya Gh Date: Wed, 15 Jan 2025 13:49:09 -0800 Subject: [PATCH] bump version 135 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 77321a6ac1b3..45422a6ee725 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ # Bump these on release - and please check ISO_VERSION for correctness. VERSION_MAJOR ?= 1 -VERSION_MINOR ?= 34 +VERSION_MINOR ?= 35 VERSION_BUILD ?= 0 RAW_VERSION=$(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_BUILD) VERSION ?= v$(RAW_VERSION)