Skip to content

Commit 75552bd

Browse files
committed
Release 1.22.1
1 parent 75abb76 commit 75552bd

5 files changed

Lines changed: 9 additions & 8 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ endif
109109

110110
include 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

NEWS

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
## Release a.b
1+
## Release 1.22.1 (18th March 2026)
2+
23

34
Changes affecting the whole of bcftools, or multiple commands:
45

doc/bcftools.1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
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
5151
commands can thus be combined with Unix pipes.
5252
.SS "VERSION"
5353
.sp
54-
This manual page was last updated \fB2025\-05\-30\fP and refers to bcftools git version \fB1.22\fP.
54+
This manual page was last updated \fB2026\-03\-18\fP and refers to bcftools git version \fB1.22.1\fP.
5555
.SS "BCF1"
5656
.sp
5757
The obsolete BCF1 format output by versions of samtools <= 0.1.19 is \fBnot\fP

doc/bcftools.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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>

version.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
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
3030
if [ -e .git ]

0 commit comments

Comments
 (0)