Skip to content

Commit 8f67944

Browse files
committed
Fixed version number in code files (to 2.1.6)
1 parent a7e310c commit 8f67944

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

boottest.ado

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*! boottest 2.1.5 29 July 2018
1+
*! boottest 2.1.6 29 July 2018
22
*! Copyright (C) 2015-18 David Roodman
33

44
* This program is free software: you can redistribute it and/or modify
@@ -704,7 +704,7 @@ program define _boottest, rclass sortpreserve
704704
end
705705

706706
* Version history
707-
* 2.1.5 Changed to faster computation for WCR with many clusters, but not quite WB. In multiway only applies to intersection of all clusters.
707+
* 2.1.6 Changed to faster computation for WCR with many clusters, but not quite WB. In multiway only applies to intersection of all clusters.
708708
* 2.1.4 Fixed CI scaling issue introduced in 2.0.5 that affects scoretest, waldtest
709709
* 2.1.3 Fixed crash on testing of multiple independent hypotheses on ML models
710710
* Added more return values and Roodman et al. cite to help file. Blocked warning about \alpha(B+1) being an integer for Rademacher with <=12 groups.

boottest.mata

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*! boottest 2.1.5 29 July 2018
1+
*! boottest 2.1.6 29 July 2018
22
*! Copyright (C) 2015-18 David Roodman
33

44
* This program is free software: you can redistribute it and/or modify

0 commit comments

Comments
 (0)