From 777db87909d75c1cbc953f988d5d78a781d1fd39 Mon Sep 17 00:00:00 2001 From: Toomas Soome Date: Sun, 3 Nov 2019 16:28:18 +0200 Subject: 11914 loader: zfs.c is missing malloc checks, fix it Reviewed by: Andy Stormont Reviewed by: Matthias Scheler Approved by: Dan McDonald --- usr/src/boot/Makefile.version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr/src/boot/Makefile.version') 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 -- cgit v1.2.3