Skip to content

Commit dff24dd

Browse files
committed
Update versions for release
1 parent 7321412 commit dff24dd

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

release/common/README.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
msuchard@ucla.edu
1717

1818

19-
Last updated: a.rambaut@ed.ac.uk - 3rd January 2016
19+
Last updated: a.rambaut@ed.ac.uk - 13th February 2016
2020

2121
Contents:
2222
1) INTRODUCTION

release/common/VERSION HISTORY.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@
1717

1818

1919
Version History
20-
Last updated: a.rambaut@ed.ac.uk - 3rd January 2016
20+
Last updated: a.rambaut@ed.ac.uk - 13th February 2016
2121
All issues can be viewed at https://github.com/beast-dev/beast-mcmc/issues
2222

2323
================================================================================
2424

25-
Version 1.8.3 released XXth January 2016
25+
Version 1.8.3 released 13th February 2016
2626

2727
New Features:
2828
Generalized Stepping Stone sampling for Marginal Likelihood Estimation.
@@ -38,6 +38,7 @@ Version 1.8.3 released XXth January 2016
3838
Fast, general multidimensional scaling (MDS) implemented.
3939
Clock panel in BEAUti simplified.
4040
Parameter linking available in Priors panel in BEAUti.
41+
Command line is logged into log file headers for reference.
4142

4243
Bug Fixes:
4344
Issue 779: Ancestral sequence reconstruction broken with

src/dr/app/beast/BeastVersion.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public class BeastVersion implements Version {
5252

5353
// this is now being manually updated since the move to GitHub. Using date in yyyymmdd format (suffix
5454
// with b,c,d etc if multiple revisions in a day.
55-
private static final String REVISION = "GitHub 20160103";
55+
private static final String REVISION = "GitHub 20160213";
5656

5757
public String getVersion() {
5858
return VERSION;

0 commit comments

Comments
 (0)