diff options
author | Toomas Soome <tsoome@me.com> | 2020-06-26 21:19:32 +0300 |
---|---|---|
committer | Toomas Soome <tsoome@me.com> | 2020-06-27 18:13:55 +0300 |
commit | 9117d17eb29235fc103fe0fa874b149d3f8a9a0e (patch) | |
tree | d052183132b8ec1917132714ff8fa52792dda672 /usr/src/boot/Makefile.version | |
parent | 9b9e3196fde9c0f47c8cc4ab00f3bc5b539ceaca (diff) | |
download | illumos-joyent-9117d17eb29235fc103fe0fa874b149d3f8a9a0e.tar.gz |
12901 loader: can not read zfs pool with slog removed
Reviewed by: Yuri Pankov <ypankov@tintri.com>
Reviewed by: Patrick Mooney <pmooney@pfmooney.com>
Approved by: Robert Mustacchi <rm@fingolfin.org>
Diffstat (limited to 'usr/src/boot/Makefile.version')
-rw-r--r-- | usr/src/boot/Makefile.version | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/boot/Makefile.version b/usr/src/boot/Makefile.version index f48764b495..190a1148e6 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.06.10.1 +BOOT_VERSION = $(LOADER_VERSION)-2020.06.26.1 |