Skip to content

Commit

Permalink
Version 0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
jsh58 committed Aug 4, 2019
1 parent 5606e72 commit d896ab1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Genrich.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Finding sites of enrichment from genome-wide assays.
Version 0.5_dev
Version 0.6
*/

#include <stdio.h>
Expand Down
4 changes: 2 additions & 2 deletions Genrich.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
Finding sites of enrichment from genome-wide assays.
Version 0.5_dev
Version 0.6
*/
#define VERSION "0.5_dev"
#define VERSION "0.6"

// macros
#define MAX(a, b) ((a) > (b) ? (a) : (b))
Expand Down

0 comments on commit d896ab1

Please sign in to comment.