Skip to content

Commit 13b9b04

Browse files
authored
Prepare v 3.2.1
1 parent 61ee8d8 commit 13b9b04

106 files changed

Lines changed: 214 additions & 214 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

kmc_api/kmc_file.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
55
Authors: Sebastian Deorowicz, Agnieszka Debudaj-Grabysz, Marek Kokot
66
7-
Version: 3.2.0
8-
Date : 2021-12-23
7+
Version: 3.2.1
8+
Date : 2022-01-04
99
*/
1010

1111
#include "mmer.h"

kmc_api/kmc_file.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
55
Authors: Sebastian Deorowicz, Agnieszka Debudaj-Grabysz, Marek Kokot
66
7-
Version: 3.2.0
8-
Date : 2021-12-23
7+
Version: 3.2.1
8+
Date : 2022-01-04
99
*/
1010

1111
#ifndef _KMC_FILE_H

kmc_api/kmer_api.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
55
Authors: Sebastian Deorowicz and Agnieszka Debudaj-Grabysz
66
7-
Version: 3.2.0
8-
Date : 2021-12-23
7+
Version: 3.2.1
8+
Date : 2022-01-04
99
*/
1010

1111
#include "kmer_api.h"

kmc_api/kmer_api.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ The homepage of the KMC project is http://sun.aei.polsl.pl/kmc
44
55
Authors: Sebastian Deorowicz and Agnieszka Debudaj-Grabysz
66
7-
Version: 3.2.0
8-
Date : 2021-12-23
7+
Version: 3.2.1
8+
Date : 2022-01-04
99
*/
1010

1111
#ifndef _KMER_API_H

kmc_api/kmer_defs.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
55
Authors: Sebastian Deorowicz and Agnieszka Debudaj-Grabysz
66
7-
Version: 3.2.0
8-
Date : 2021-12-23
7+
Version: 3.2.1
8+
Date : 2022-01-04
99
*/
1010

1111

@@ -14,8 +14,8 @@
1414

1515
#include <cinttypes>
1616

17-
#define KMC_VER "3.2.0"
18-
#define KMC_DATE "2021-12-23"
17+
#define KMC_VER "3.2.1"
18+
#define KMC_DATE "2022-01-04"
1919

2020
#ifndef MIN
2121
#define MIN(x,y) ((x) < (y) ? (x) : (y))

kmc_api/mmer.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
55
Authors: Sebastian Deorowicz, Agnieszka Debudaj-Grabysz, Marek Kokot
66
7-
Version: 3.2.0
8-
Date : 2021-12-23
7+
Version: 3.2.1
8+
Date : 2022-01-04
99
*/
1010

1111
#include "../kmc_api/mmer.h"

kmc_api/mmer.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
55
Authors: Sebastian Deorowicz, Agnieszka Debudaj-Grabysz, Marek Kokot
66
7-
Version: 3.2.0
8-
Date : 2021-12-23
7+
Version: 3.2.1
8+
Date : 2022-01-04
99
*/
1010

1111
#ifndef _MMER_H

kmc_core/bam_utils.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ The homepage of the KMC project is http://sun.aei.polsl.pl/kmc
44
55
Authors: Sebastian Deorowicz, Agnieszka Debudaj-Grabysz, Marek Kokot
66
7-
Version: 3.2.0
8-
Date : 2021-12-23
7+
Version: 3.2.1
8+
Date : 2022-01-04
99
*/
1010

1111
#ifndef _BAM_UTILS_H

kmc_core/binary_reader.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ The homepage of the KMC project is http://sun.aei.polsl.pl/kmc
44
55
Authors: Sebastian Deorowicz, Agnieszka Debudaj-Grabysz, Marek Kokot
66
7-
Version: 3.2.0
8-
Date : 2021-12-23
7+
Version: 3.2.1
8+
Date : 2022-01-04
99
*/
1010

1111
#ifndef _BINARY_READER_H

kmc_core/bkb_merger.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
55
Authors: Sebastian Deorowicz, Agnieszka Debudaj-Grabysz, Marek Kokot
66
7-
Version: 3.2.0
8-
Date : 2021-12-23
7+
Version: 3.2.1
8+
Date : 2022-01-04
99
*/
1010

1111
#ifndef _HBH_MERGER_H

0 commit comments

Comments
 (0)