diff --git a/NEWS.md b/NEWS.md index b02b80bd..48dd14d7 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -Release 2.19-r1055 (26 May 2021) +Release 2.19-r1057 (26 May 2021) -------------------------------- This release includes a few important improvements backported from unimap: @@ -33,7 +33,7 @@ unimap for contig alignment. Unimap will remain an experimental project and is no longer recommended over minimap2. Sorry for reverting the recommendation in short time. -(2.20: 26 May 2021, r1055) +(2.20: 26 May 2021, r1057) diff --git a/main.c b/main.c index fd86826e..f452a69c 100644 --- a/main.c +++ b/main.c @@ -7,7 +7,7 @@ #include "mmpriv.h" #include "ketopt.h" -#define MM_VERSION "2.19-r1055" +#define MM_VERSION "2.19-r1057" #ifdef __linux__ #include diff --git a/minimap2.1 b/minimap2.1 index c93d67ac..94e3ce3f 100644 --- a/minimap2.1 +++ b/minimap2.1 @@ -1,4 +1,4 @@ -.TH minimap2 1 "26 May 2021" "minimap2-2.19 (r1055)" "Bioinformatics tools" +.TH minimap2 1 "26 May 2021" "minimap2-2.19 (r1057)" "Bioinformatics tools" .SH NAME .PP minimap2 - mapping and alignment between collections of DNA sequences diff --git a/misc/paftools.js b/misc/paftools.js index e258dbc1..313e4909 100755 --- a/misc/paftools.js +++ b/misc/paftools.js @@ -1,6 +1,6 @@ #!/usr/bin/env k8 -var paftools_version = '2.19-r1055'; +var paftools_version = '2.19-r1057'; /***************************** ***** Library functions *****