File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ endif
109109
110110include config.mk
111111
112- PACKAGE_VERSION = 1.22
112+ PACKAGE_VERSION = 1.22.1
113113
114114# If building from a Git repository, replace $(PACKAGE_VERSION) with the Git
115115# description of the working tree: either a release tag with the same value
Original file line number Diff line number Diff line change 1- ## Release a.b
1+ ## Release 1.22.1 (18th March 2026)
2+
23
34Changes affecting the whole of bcftools, or multiple commands:
45
Original file line number Diff line number Diff line change 22.\" Title: bcftools
33.\" Author: [see the "AUTHOR(S)" section]
44.\" Generator: Asciidoctor 2.0.16.dev
5- .\" Date: 2025-05-30
5+ .\" Date: 2026-03-18
66.\" Manual: \ \&
77.\" Source: \ \&
88.\" Language: English
99.\"
10- .TH "BCFTOOLS" "1" "2025-05-30 " "\ \& " "\ \& "
10+ .TH "BCFTOOLS" "1" "2026-03-18 " "\ \& " "\ \& "
1111.ie \n( .g .ds Aq \(aq
1212.el .ds Aq '
1313.ss \n[ .ss ] 0
@@ -51,7 +51,7 @@ standard input (stdin) and outputs to the standard output (stdout). Several
5151commands can thus be combined with Unix pipes.
5252.SS "VERSION"
5353.sp
54- This manual page was last updated \fB 2025 \- 05 \- 30 \fP and refers to bcftools git version \fB 1.22 \fP .
54+ This manual page was last updated \fB 2026 \- 03 \- 18 \fP and refers to bcftools git version \fB 1.22.1 \fP .
5555.SS "BCF1"
5656.sp
5757The obsolete BCF1 format output by versions of samtools <= 0.1.19 is \fB not \fP
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ <h2 id="_description">DESCRIPTION</h2>
5050< div class ="sect2 ">
5151< h3 id ="_version "> VERSION</ h3 >
5252< div class ="paragraph ">
53- < p > This manual page was last updated < strong > 2025-05-30 </ strong > and refers to bcftools git version < strong > 1.22</ strong > .</ p >
53+ < p > This manual page was last updated < strong > 2026-03-18 </ strong > and refers to bcftools git version < strong > 1.22.1 </ strong > .</ p >
5454</ div >
5555</ div >
5656< div class ="sect2 ">
@@ -5816,7 +5816,7 @@ <h2 id="_copying">COPYING</h2>
58165816</ div >
58175817< div id ="footer ">
58185818< div id ="footer-text ">
5819- Last updated 2025-05-30 09:18:27 +0100
5819+ Last updated 2026-03-18 14:37:01 UTC
58205820</ div >
58215821</ div >
58225822</ body >
Original file line number Diff line number Diff line change 2424# DEALINGS IN THE SOFTWARE.
2525
2626# Master version, for use in tarballs or non-git source copies
27- VERSION=1.22
27+ VERSION=1.22.1
2828
2929# If we have a git clone, then check against the current tag
3030if [ -e .git ]
You can’t perform that action at this time.
0 commit comments