Skip to content

Commit

Permalink
Bump to version 2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zdykstra committed Oct 13, 2023
1 parent 0e8ffed commit 7895ef5
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion bin/generate-zbm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
use strict;
use warnings;

our $VERSION = '2.2.0';
our $VERSION = '2.2.1';

use Getopt::Long qw(:config no_ignore_case auto_version);
use Pod::Usage qw(pod2usage);
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
author = 'ZFSBootMenu Team'
man_author = f'{author} <https://github.com/zbm-dev/zfsbootmenu>'
copyright = f'2019 Zach Dykstra, 2020-2023 {author}'
release = '2.2.0'
release = '2.2.1'

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Expand Down
2 changes: 1 addition & 1 deletion docs/man/dist/man5/generate-zbm.5
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
..
.TH "GENERATE-ZBM" "5" "2023-05-21" "" "ZFSBootMenu"
.TH "GENERATE-ZBM" "5" "2023-10-13" "" "ZFSBootMenu"
.SH NAME
generate-zbm \- configuration file for generate-zbm
.SH SYNOPSIS
Expand Down
4 changes: 2 additions & 2 deletions docs/man/dist/man7/zfsbootmenu.7
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
..
.TH "ZFSBOOTMENU" "7" "2023-05-21" "" "ZFSBootMenu"
.TH "ZFSBOOTMENU" "7" "2023-10-13" "" "ZFSBootMenu"
.SH NAME
zfsbootmenu \- System Integration
.SH SYNOPSIS
Expand Down Expand Up @@ -121,7 +121,7 @@ Setting \fIspl.spl_hostid\fP to a non\-zero value on the kernel commandline will
.sp
.nf
.ft C
echo 0 > /sys/module/spl/paramters/spl_hostid
echo 0 > /sys/module/spl/parameters/spl_hostid
.ft P
.fi
.UNINDENT
Expand Down
2 changes: 1 addition & 1 deletion docs/man/dist/man8/generate-zbm.8
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
..
.TH "GENERATE-ZBM" "8" "2023-05-21" "" "ZFSBootMenu"
.TH "GENERATE-ZBM" "8" "2023-10-13" "" "ZFSBootMenu"
.SH NAME
generate-zbm \- ZFSBootMenu initramfs generator
.SH SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion docs/man/dist/man8/zbm-kcl.8
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
..
.TH "ZBM-KCL" "8" "2023-05-21" "" "ZFSBootMenu"
.TH "ZBM-KCL" "8" "2023-10-13" "" "ZFSBootMenu"
.SH NAME
zbm-kcl \- manipulate kernel command lines for boot environments and EFI executables
.SH SYNOPSIS
Expand Down

0 comments on commit 7895ef5

Please sign in to comment.