From 6add30a25bb73b32f643626c8655efacae383185 Mon Sep 17 00:00:00 2001 From: Ilya Zuyev Date: Fri, 30 Apr 2021 11:38:53 -0700 Subject: [PATCH] update Makefile --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 74071c760b..10e2513d1b 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 ?= 19 -VERSION_BUILD ?= 0 +VERSION_MINOR ?= 20 +VERSION_BUILD ?= 0-beta.0 RAW_VERSION=$(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_BUILD) VERSION ?= v$(RAW_VERSION)