update Makefile

pull/11241/head
Ilya Zuyev 2021-04-30 11:38:53 -07:00
parent 3a02ad7a1b
commit 6add30a25b
1 changed files with 2 additions and 2 deletions

View File

@ -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)