Bump version to v1.4.0

pull/5389/head
Thomas Stromberg 2019-09-18 06:43:25 -07:00
parent 97ebe91c68
commit b2d3ae8e0d
1 changed files with 2 additions and 2 deletions

View File

@ -15,8 +15,8 @@
# Bump these on release - and please check ISO_VERSION for correctness.
VERSION_MAJOR ?= 1
VERSION_MINOR ?= 4
VERSION_BUILD ?= 0-beta.2
RAW_VERSION=$(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_BUILD)
VERSION_BUILD ?= 0
RAW_VERSION=$(VERSION_MAJOR).$(VERSION_MINOR).0
VERSION ?= v$(RAW_VERSION)
# Default to .0 for higher cache hit rates, as build increments typically don't require new ISO versions