diff options
author | Toomas Soome <tsoome@me.com> | 2020-07-27 00:00:34 +0300 |
---|---|---|
committer | Toomas Soome <tsoome@me.com> | 2020-08-25 22:32:26 +0300 |
commit | e0721d5ae1542c80097f6fcd487736fdfe601233 (patch) | |
tree | 31155f14b8ccb999c14087c89aeb8e18ed437f8b /usr/src/boot/Makefile.version | |
parent | 6863ede29751efd2be66ec1b48c3c0ee705d7d61 (diff) | |
download | illumos-joyent-e0721d5ae1542c80097f6fcd487736fdfe601233.tar.gz |
13003 console: multiple issues related to colors and font loading and switching
Reviewed by: Robert Mustacchi <rm@fingolfin.org>
Approved by: Dan McDonald <danmcd@joyent.com>
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 d1fd2200d6..5c3e29449d 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.08.22.1 +BOOT_VERSION = $(LOADER_VERSION)-2020.08.25.1 |