Skip to content

Commit 25d29e6

Browse files
committed
date
1 parent 668259c commit 25d29e6

File tree

105 files changed

+108
-108
lines changed

Some content is hidden

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

105 files changed

+108
-108
lines changed

kmc_api/kmc_file.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
Authors: Sebastian Deorowicz, Agnieszka Debudaj-Grabysz, Marek Kokot
66
77
Version: 3.2.2
8-
Date : 2023-03-09
8+
Date : 2023-03-10
99
*/
1010

1111
#include "mmer.h"

kmc_api/kmc_file.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
Authors: Sebastian Deorowicz, Agnieszka Debudaj-Grabysz, Marek Kokot
66
77
Version: 3.2.2
8-
Date : 2023-03-09
8+
Date : 2023-03-10
99
*/
1010

1111
#ifndef _KMC_FILE_H

kmc_api/kmer_api.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
Authors: Sebastian Deorowicz and Agnieszka Debudaj-Grabysz
66
77
Version: 3.2.2
8-
Date : 2023-03-09
8+
Date : 2023-03-10
99
*/
1010

1111
#include "kmer_api.h"

kmc_api/kmer_api.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ The homepage of the KMC project is http://sun.aei.polsl.pl/kmc
55
Authors: Sebastian Deorowicz and Agnieszka Debudaj-Grabysz
66
77
Version: 3.2.2
8-
Date : 2023-03-09
8+
Date : 2023-03-10
99
*/
1010

1111
#ifndef _KMER_API_H

kmc_api/kmer_defs.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
Authors: Sebastian Deorowicz and Agnieszka Debudaj-Grabysz
66
77
Version: 3.2.2
8-
Date : 2023-03-09
8+
Date : 2023-03-10
99
*/
1010

1111

@@ -15,7 +15,7 @@
1515
#include <cinttypes>
1616

1717
#define KMC_VER "3.2.2"
18-
#define KMC_DATE "2023-03-09"
18+
#define KMC_DATE "2023-03-10"
1919

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

kmc_api/mmer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
Authors: Sebastian Deorowicz, Agnieszka Debudaj-Grabysz, Marek Kokot
66
77
Version: 3.2.2
8-
Date : 2023-03-09
8+
Date : 2023-03-10
99
*/
1010

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

kmc_api/mmer.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
Authors: Sebastian Deorowicz, Agnieszka Debudaj-Grabysz, Marek Kokot
66
77
Version: 3.2.2
8-
Date : 2023-03-09
8+
Date : 2023-03-10
99
*/
1010

1111
#ifndef _MMER_H

kmc_core/bam_utils.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ The homepage of the KMC project is http://sun.aei.polsl.pl/kmc
55
Authors: Sebastian Deorowicz, Agnieszka Debudaj-Grabysz, Marek Kokot
66
77
Version: 3.2.2
8-
Date : 2023-03-09
8+
Date : 2023-03-10
99
*/
1010

1111
#ifndef _BAM_UTILS_H

kmc_core/binary_reader.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ The homepage of the KMC project is http://sun.aei.polsl.pl/kmc
55
Authors: Sebastian Deorowicz, Agnieszka Debudaj-Grabysz, Marek Kokot
66
77
Version: 3.2.2
8-
Date : 2023-03-09
8+
Date : 2023-03-10
99
*/
1010

1111
#ifndef _BINARY_READER_H

kmc_core/bkb_merger.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
Authors: Sebastian Deorowicz, Agnieszka Debudaj-Grabysz, Marek Kokot
66
77
Version: 3.2.2
8-
Date : 2023-03-09
8+
Date : 2023-03-10
99
*/
1010

1111
#ifndef _HBH_MERGER_H

0 commit comments

Comments
 (0)