Skip to content

Commit 680eebd

Browse files
committed
Bump to version 1.4.1
1 parent e50f2ec commit 680eebd

File tree

5 files changed

+9
-4
lines changed

5 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# ZFSBootMenu v1.4.1 (2020-08-19)
2+
3+
ZFSBootMenu 1.4.1 is a minor update, updating the provided Makefile for packagers.
4+
5+
16
# ZFSBootMenu v1.4 (2020-08-19)
27

38
ZFSBootMenu 1.4 includes significant internal changes and some user-visible functional changes in the `generate-zbm` script.

bin/generate-zbm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
use strict;
55
use warnings;
66

7-
our $VERSION = '1.4';
7+
our $VERSION = '1.4.1';
88

99
use Getopt::Long qw(:config no_ignore_case auto_version);
1010
use Pod::Usage qw(pod2usage);

man/generate-zbm.5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@
133133
.\" ========================================================================
134134
.\"
135135
.IX Title "generate-zbm 5"
136-
.TH generate-zbm 5 "2020-08-19" "1.4" "config.yaml"
136+
.TH generate-zbm 5 "2020-08-20" "1.4.1" "config.yaml"
137137
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
138138
.\" way too many mistakes in technical documents.
139139
.if n .ad l

man/generate-zbm.8

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@
133133
.\" ========================================================================
134134
.\"
135135
.IX Title "generate-zbm 8"
136-
.TH generate-zbm 8 "2020-08-19" "1.4" "generate-zbm"
136+
.TH generate-zbm 8 "2020-08-20" "1.4.1" "generate-zbm"
137137
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
138138
.\" way too many mistakes in technical documents.
139139
.if n .ad l

man/zfsbootmenu.7

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@
133133
.\" ========================================================================
134134
.\"
135135
.IX Title "zfsbootmenu 7"
136-
.TH zfsbootmenu 7 "2020-08-19" "1.4" "ZFSBootMenu"
136+
.TH zfsbootmenu 7 "2020-08-20" "1.4.1" "ZFSBootMenu"
137137
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
138138
.\" way too many mistakes in technical documents.
139139
.if n .ad l

0 commit comments

Comments
 (0)