Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ProPhex update #25

Open
wants to merge 11 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
Update version and contact
  • Loading branch information
karel-brinda committed Apr 19, 2020
commit fdb79293ba340e01dbcd5a60b64f5e38693aa4b9
2 changes: 1 addition & 1 deletion src/main.c
Original file line number Diff line number Diff line change
@@ -27,7 +27,7 @@ static int usage() {
fprintf(stderr, "Program: prophex (a lossless k-mer index)\n");
fprintf(stderr, "Version: %s\n", VERSION);
fprintf(stderr, "Authors: Kamil Salikhov, Karel Brinda, Simone Pignotti, Gregory Kucherov\n");
fprintf(stderr, "Contact: kamil.salikhov@univ-mlv.fr\n");
fprintf(stderr, "Contact: kamil.salikhov@univ-mlv.fr, karel.brinda@gmail.com\n");
fprintf(stderr, "\n");
fprintf(stderr, "Usage: prophex <command> [options]\n");
fprintf(stderr, "\n");
2 changes: 1 addition & 1 deletion src/version.h
Original file line number Diff line number Diff line change
@@ -1 +1 @@
#define VERSION "0.1.1"
#define VERSION "0.2.0"