summaryrefslogtreecommitdiff
path: root/usr/src/boot/Makefile.version
diff options
context:
space:
mode:
authorToomas Soome <tsoome@me.com>2019-08-04 19:00:15 +0300
committerToomas Soome <tsoome@me.com>2019-08-07 21:12:01 +0300
commitbf693dc92f91a3c8675bf5a04d1300c40058500c (patch)
treec6a681ecbbef6fdd8a0afe7311412a0df89ae769 /usr/src/boot/Makefile.version
parent8c732929c6c71eb2de940ee265460cfb89b887f7 (diff)
downloadillumos-joyent-bf693dc92f91a3c8675bf5a04d1300c40058500c.tar.gz
11516 loader.efi: replace HandleProtocol() with OpenProtocol()
Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com> Reviewed by: John Levon <john.levon@joyent.com> Approved by: Robert Mustacchi <rm@joyent.com>
Diffstat (limited to 'usr/src/boot/Makefile.version')
-rw-r--r--usr/src/boot/Makefile.version2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/boot/Makefile.version b/usr/src/boot/Makefile.version
index a293a6a2fa..06fa2d3ef9 100644
--- a/usr/src/boot/Makefile.version
+++ b/usr/src/boot/Makefile.version
@@ -33,4 +33,4 @@ LOADER_VERSION = 1.1
# Use date like formatting here, YYYY.MM.DD.XX, without leading zeroes.
# The version is processed from left to right, the version number can only
# be increased.
-BOOT_VERSION = $(LOADER_VERSION)-2019.06.26.1
+BOOT_VERSION = $(LOADER_VERSION)-2019.08.04.1