Bump version in Makefile
parent
7f5075dee5
commit
85eb356dbf
4
Makefile
4
Makefile
|
|
@ -14,8 +14,8 @@
|
|||
|
||||
# Bump these on release - and please check ISO_VERSION for correctness.
|
||||
VERSION_MAJOR ?= 1
|
||||
VERSION_MINOR ?= 17
|
||||
VERSION_BUILD ?= 1
|
||||
VERSION_MINOR ?= 18
|
||||
VERSION_BUILD ?= 0-beta.0
|
||||
RAW_VERSION=$(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_BUILD)
|
||||
VERSION ?= v$(RAW_VERSION)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue