Skip to content

Commit

Permalink
Bump to 0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
tseemann committed Apr 28, 2018
1 parent d63ec3c commit 31f1700
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
#include <sys/stat.h>
#include "kseq.h"

#define VERSION "0.6"
#define EXENAME "snp-dists"
#define GITHUB_URL "https://github.com/tseemann/snp-dists"
#define AUTHOR "Torsten Seemann"
#define VERSION "0.5"

const int MAX_SEQ = 100000;
const char IGNORE_CHAR = '.';
Expand Down

0 comments on commit 31f1700

Please sign in to comment.