Skip to content

Commit

Permalink
Merge pull request #5602 from sharifelgamal/1.4.1
Browse files Browse the repository at this point in the history
Update Makefile for version 1.4.1
  • Loading branch information
tstromberg authored Oct 11, 2019
2 parents 63f1a3a + 45bae85 commit 73bf396
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
VERSION_BUILD ?= 1
RAW_VERSION=$(VERSION_MAJOR).$(VERSION_MINOR).${VERSION_BUILD}
VERSION ?= v$(RAW_VERSION)

Expand Down

0 comments on commit 73bf396

Please sign in to comment.