summaryrefslogtreecommitdiff
path: root/usr/src/boot/Makefile.version
diff options
context:
space:
mode:
authorToomas Soome <tsoome@me.com>2019-11-03 16:28:18 +0200
committerToomas Soome <tsoome@me.com>2019-11-05 18:09:13 +0200
commit777db87909d75c1cbc953f988d5d78a781d1fd39 (patch)
treebf6dbde233c3d86746d6024b20d775e90f54fe6c /usr/src/boot/Makefile.version
parent05bd46fa226d5e91dcaab265c1e695e2faf54473 (diff)
downloadillumos-joyent-777db87909d75c1cbc953f988d5d78a781d1fd39.tar.gz
11914 loader: zfs.c is missing malloc checks, fix it
Reviewed by: Andy Stormont <astormont@racktopsystems.com> Reviewed by: Matthias Scheler <matthias.scheler@wdc.com> 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 cf66bc1bc8..9d40ee8993 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.10.29.1
+BOOT_VERSION = $(LOADER_VERSION)-2019.11.04.1