From dff24dd639c6315effca4c0f243aece76e9fb308 Mon Sep 17 00:00:00 2001 From: Andrew Rambaut Date: Sat, 13 Feb 2016 13:39:51 +0000 Subject: [PATCH] Update versions for release --- release/common/README.txt | 2 +- release/common/VERSION HISTORY.txt | 5 +++-- src/dr/app/beast/BeastVersion.java | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/release/common/README.txt b/release/common/README.txt index 50bd180bbe..3a84394883 100644 --- a/release/common/README.txt +++ b/release/common/README.txt @@ -16,7 +16,7 @@ msuchard@ucla.edu -Last updated: a.rambaut@ed.ac.uk - 3rd January 2016 +Last updated: a.rambaut@ed.ac.uk - 13th February 2016 Contents: 1) INTRODUCTION diff --git a/release/common/VERSION HISTORY.txt b/release/common/VERSION HISTORY.txt index 80fa9d285a..b2214b38ad 100644 --- a/release/common/VERSION HISTORY.txt +++ b/release/common/VERSION HISTORY.txt @@ -17,12 +17,12 @@ Version History -Last updated: a.rambaut@ed.ac.uk - 3rd January 2016 +Last updated: a.rambaut@ed.ac.uk - 13th February 2016 All issues can be viewed at https://github.com/beast-dev/beast-mcmc/issues ================================================================================ -Version 1.8.3 released XXth January 2016 +Version 1.8.3 released 13th February 2016 New Features: Generalized Stepping Stone sampling for Marginal Likelihood Estimation. @@ -38,6 +38,7 @@ Version 1.8.3 released XXth January 2016 Fast, general multidimensional scaling (MDS) implemented. Clock panel in BEAUti simplified. Parameter linking available in Priors panel in BEAUti. + Command line is logged into log file headers for reference. Bug Fixes: Issue 779: Ancestral sequence reconstruction broken with diff --git a/src/dr/app/beast/BeastVersion.java b/src/dr/app/beast/BeastVersion.java index 2dd7b9e1e1..dcbb55f1a9 100644 --- a/src/dr/app/beast/BeastVersion.java +++ b/src/dr/app/beast/BeastVersion.java @@ -52,7 +52,7 @@ public class BeastVersion implements Version { // this is now being manually updated since the move to GitHub. Using date in yyyymmdd format (suffix // with b,c,d etc if multiple revisions in a day. - private static final String REVISION = "GitHub 20160103"; + private static final String REVISION = "GitHub 20160213"; public String getVersion() { return VERSION;