summaryrefslogtreecommitdiff
path: root/usr/src/boot/Makefile.version
diff options
context:
space:
mode:
authorToomas Soome <tsoome@me.com>2018-03-10 21:39:12 -0800
committerJoshua M. Clulow <josh@sysmgr.org>2018-03-10 21:39:12 -0800
commitcf837ed8ca7273a1e7b940fb7b52eb12ae1d5ea6 (patch)
tree819abed5f7292a797db54cd5eeb7a2f10f2daa00 /usr/src/boot/Makefile.version
parentd0b12b660e0741581d18f1f3a7d5268e0a5f1806 (diff)
downloadillumos-joyent-cf837ed8ca7273a1e7b940fb7b52eb12ae1d5ea6.tar.gz
9198 libstand: Const-ify buffer argument of write(2) analog
Reviewed by: C Fraire <cfraire@me.com> Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Andy Fiddaman <omnios@citrus-it.co.uk> Approved by: Joshua M. Clulow <josh@sysmgr.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 af557cc15f..6b7ed90fc4 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)-2018.2.22.1
+BOOT_VERSION = $(LOADER_VERSION)-2018.2.24.1