Bump Makefile version to v1.2.0 to prepare for a release

pull/4569/head
Thomas Stromberg 2019-06-24 11:38:56 +08:00
parent ce79abade5
commit 76dfdb0269
1 changed files with 3 additions and 3 deletions

View File

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