Skip to content

Commit

Permalink
update-ver
Browse files Browse the repository at this point in the history
  • Loading branch information
telatin committed Sep 25, 2024
1 parent b9a000c commit 8642908
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/n50.c
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#define BUFFER_SIZE 4 * 1024 * 1024 // 4MB buffer
#define MAX_THREADS 16
#define INITIAL_CAPACITY 1000000
#define VERSION "2.0.0"
#define VERSION "1.9.0"

typedef struct {
uint64_t *lengths;
Expand Down

0 comments on commit 8642908

Please sign in to comment.