Skip to content

Commit 79b230d

Browse files
committed
Release bwa-0.7.18 (r1243)
1 parent 139f68f commit 79b230d

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

NEWS.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
Release 0.7.18 (14 April 2024)
2+
------------------------------
3+
4+
Notable changes:
5+
6+
* Support ARM64 (#359)
7+
* Output SAM header line (#336)
8+
* Added the XB tag to output alignment score and mapping quality
9+
* Fixed a compiling error with GCC 10 (#267)
10+
* Avoid potential buffer overflow (#232)
11+
12+
(0.7.18: 14 April 2024, r1243)
13+
14+
15+
116
Release 0.7.17 (23 October 2017)
217
--------------------------------
318

bwa.1

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH bwa 1 "23 October 2017" "bwa-0.7.17-r1188" "Bioinformatics tools"
1+
.TH bwa 1 "14 April 2023" "bwa-0.7.18-r1243" "Bioinformatics tools"
22
.SH NAME
33
.PP
44
bwa - Burrows-Wheeler Alignment Tool

main.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
#include "utils.h"
3131

3232
#ifndef PACKAGE_VERSION
33-
#define PACKAGE_VERSION "0.7.17-r1198-dirty"
33+
#define PACKAGE_VERSION "0.7.18-r1243-dirty"
3434
#endif
3535

3636
int bwa_fa2pac(int argc, char *argv[]);

0 commit comments

Comments
 (0)