summaryrefslogtreecommitdiff
path: root/usr/src/boot/Makefile.version
diff options
context:
space:
mode:
authorToomas Soome <tsoome@me.com>2020-08-21 00:04:30 +0300
committerToomas Soome <tsoome@me.com>2020-08-21 21:01:52 +0300
commitb89fb824168e36795c325b5e0a4d1e71dd2d8d65 (patch)
treec9f03d02f0c1c131974cda6cbfffe2213df25aad /usr/src/boot/Makefile.version
parent8548ec78d85644539a23c4262ed2b9512a47865e (diff)
downloadillumos-joyent-b89fb824168e36795c325b5e0a4d1e71dd2d8d65.tar.gz
13068 gptzfsboot: command from /boot/config should be nul terminated
Reviewed by: Andy Fiddaman <andy@omniosce.org> Reviewed by: Juraj Lutter <juraj@lutter.sk> Approved by: Robert Mustacchi <rm@fingolfin.org>
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 5d93ec0e76..bf217cddfd 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)-2020.08.05.1
+BOOT_VERSION = $(LOADER_VERSION)-2020.08.21.1