From 85eb356dbf946187f9e9bc72e275aece8f27417b Mon Sep 17 00:00:00 2001 From: Ilya Zuyev Date: Thu, 25 Feb 2021 15:48:17 -0800 Subject: [PATCH] Bump version in Makefile --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index a12828401..17f1c5bac 100644 --- a/Makefile +++ b/Makefile @@ -14,8 +14,8 @@ # Bump these on release - and please check ISO_VERSION for correctness. VERSION_MAJOR ?= 1 -VERSION_MINOR ?= 17 -VERSION_BUILD ?= 1 +VERSION_MINOR ?= 18 +VERSION_BUILD ?= 0-beta.0 RAW_VERSION=$(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_BUILD) VERSION ?= v$(RAW_VERSION) -- GitLab