Skip to content

Commit

Permalink
Merge pull request #5343 from tstromberg/beta2
Browse files Browse the repository at this point in the history
Bump version to v1.4.0-beta.2
  • Loading branch information
tstromberg authored Sep 13, 2019
2 parents 3cac5cd + c8dcc5e commit 2519bd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# Bump these on release - and please check ISO_VERSION for correctness.
VERSION_MAJOR ?= 1
VERSION_MINOR ?= 4
VERSION_BUILD ?= 0-beta.1
VERSION_BUILD ?= 0-beta.2
RAW_VERSION=$(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_BUILD)
VERSION ?= v$(RAW_VERSION)

Expand Down

0 comments on commit 2519bd5

Please sign in to comment.