Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
zhanxw committed Mar 1, 2017
1 parent 472735c commit f9bcc87
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
2017-02-28 Xiaowei Zhan <zhanxw@fantasia.csgstat.sph.umich.edu>

* Fix a bug when loadindg a group of varaints
* Fix SE calculation in '--single score' for quantitative traits
* Fix BoltLMM implementation
* Improve SkatO robustness
* Revise documentation

2017-02-10 Xiaowei Zhan <zhanxw@fantasia.csgstat.sph.umich.edu>

* Fix bugs (issue #13)
Expand Down
2 changes: 1 addition & 1 deletion src/Main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

Logger* logger = NULL;

const char* VERSION = "20170210";
const char* VERSION = "20170228";

void banner(FILE* fp) {
const char* string =
Expand Down

0 comments on commit f9bcc87

Please sign in to comment.