Skip to content

Commit 77ccd46

Browse files
committed
resolve conflict
1 parent 773c525 commit 77ccd46

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@
1515
# Bump these on release - and please check ISO_VERSION for correctness.
1616
VERSION_MAJOR ?= 1
1717
VERSION_MINOR ?= 5
18-
VERSION_BUILD ?= 0
18+
VERSION_BUILD ?= 1
1919
RAW_VERSION=$(VERSION_MAJOR).$(VERSION_MINOR).${VERSION_BUILD}
2020
VERSION ?= v$(RAW_VERSION)
2121

2222
# Default to .0 for higher cache hit rates, as build increments typically don't require new ISO versions
23-
ISO_VERSION ?= v$(VERSION_MAJOR).$(VERSION_MINOR).0-beta.0
23+
ISO_VERSION ?= v$(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_BUILD)
2424
# Dashes are valid in semver, but not Linux packaging. Use ~ to delimit alpha/beta
2525
DEB_VERSION ?= $(subst -,~,$(RAW_VERSION))
2626
RPM_VERSION ?= $(DEB_VERSION)

0 commit comments

Comments
 (0)