updae version in Makefile

pull/8108/head
Medya Gh 2020-05-12 17:25:50 -07:00
parent 1edde2a185
commit 02b210c2c6
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
# Bump these on release - and please check ISO_VERSION for correctness.
VERSION_MAJOR ?= 1
VERSION_MINOR ?= 10
VERSION_BUILD ?= 0
VERSION_BUILD ?= 1
RAW_VERSION=$(VERSION_MAJOR).$(VERSION_MINOR).0
VERSION ?= v$(RAW_VERSION)