Skip to content

Commit

Permalink
Version 0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jltsiren committed Oct 20, 2017
1 parent 6879c16 commit 418a4de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/gbwt/utils.h
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ struct Version
static void print(std::ostream& out, const std::string& tool_name, bool verbose = false, size_type new_lines = 2);

const static size_type MAJOR_VERSION = 0;
const static size_type MINOR_VERSION = 1;
const static size_type MINOR_VERSION = 2;
const static size_type PATCH_VERSION = 0;

const static size_type GBWT_VERSION = 1;
Expand Down

0 comments on commit 418a4de

Please sign in to comment.