diff options
Diffstat (limited to 'usr/src/boot/Makefile.version')
| -rw-r--r-- | usr/src/boot/Makefile.version | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/usr/src/boot/Makefile.version b/usr/src/boot/Makefile.version index 68f1901c81..95fa3c253a 100644 --- a/usr/src/boot/Makefile.version +++ b/usr/src/boot/Makefile.version @@ -29,4 +29,8 @@ # boot loader code updates. LOADER_VERSION = 1.1 -BOOT_VERSION = $(LOADER_VERSION)-2017.0.0.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)-2017.3.14.1 |
