From c29e3ff20864695a61e669f6a36035baddf6ee86 Mon Sep 17 00:00:00 2001 From: Sharif Elgamal Date: Wed, 2 Jun 2021 17:55:55 -0700 Subject: [PATCH] fix makefile typo --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 64706243c8d1..0c072af78258 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 ?= 20 -VERSION_BUILD ?= 1-beta.0 +VERSION_MINOR ?= 21 +VERSION_BUILD ?= 0-beta.0 RAW_VERSION=$(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_BUILD) VERSION ?= v$(RAW_VERSION)