Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
amkozlov committed Oct 22, 2018
1 parent 045ccf1 commit 6fe3fa9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions src/CommandLineParser.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -562,6 +562,7 @@ void CommandLineParser::parse_options(int argc, char** argv, Options &opts)
case 31: /* terrace */
#ifdef _RAXML_TERRAPHAST
opts.command = Command::terrace;
opts.brlen_linkage = PLLMOD_COMMON_BRLEN_UNLINKED;
num_commands++;
#else
throw OptionException("Unsupported command: --terrace.\n"
Expand Down
4 changes: 2 additions & 2 deletions src/version.h
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#define RAXML_VERSION "0.6.0git BETA"
#define RAXML_DATE "19.10.2018"
#define RAXML_VERSION "0.7.0git BETA"
#define RAXML_DATE "22.10.2018"

0 comments on commit 6fe3fa9

Please sign in to comment.