summaryrefslogtreecommitdiff
path: root/usr/src/boot/Makefile.version
diff options
context:
space:
mode:
authorToomas Soome <tsoome@me.com>2019-03-07 10:39:44 +0200
committerToomas Soome <tsoome@me.com>2019-03-15 22:55:58 +0200
commitfec53dd46f43e58822d823ac73a281d6f0a1e782 (patch)
tree9fe4e05f6a22b5a6aecab33e62b948600aebf1bd /usr/src/boot/Makefile.version
parent2c26b085561320ff0be162e984d17279aafda6a9 (diff)
downloadillumos-joyent-fec53dd46f43e58822d823ac73a281d6f0a1e782.tar.gz
10511 loader: comconsole comc_setup should return boolean
Reviewed by: Andy Fiddaman <andy@omniosce.org> Approved by: Dan McDonald <danmcd@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 5b10c5b63d..646545a76c 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.02.26.2
+BOOT_VERSION = $(LOADER_VERSION)-2019.03.07.1