Skip to content

Commit 7d04468

Browse files
committed
Updating version numbers before a 1.10.1 release.
1 parent 8241d63 commit 7d04468

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

build.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -319,10 +319,10 @@
319319
<!--
320320
<property name="version" value="1.9"/>
321321
-->
322-
<property name="version" value="1.10.0"/>
322+
<property name="version" value="1.10.1pre20180801"/>
323323
<property name="jvm_version" value="1.6+"/>
324324

325-
<property name="version_number" value="1.10.0"/>
325+
<property name="version_number" value="1.10.1"/>
326326
<property name="copyright" value="Copyright 2002-2018"/>
327327

328328
<property name="release_dir" value="release"/>

src/dr/app/beast/BeastVersion.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,14 +53,14 @@ public class BeastVersion implements Version, Citable {
5353
/**
5454
* Version string: assumed to be in format x.x.x
5555
*/
56-
private static final String VERSION = "1.10.0";
56+
private static final String VERSION = "1.10.1";
5757

5858
private static final String DATE_STRING = "2002-2018";
5959

60-
private static final boolean IS_PRERELEASE = false;
60+
private static final boolean IS_PRERELEASE = true;
6161

6262
// this is now being manually updated since the move to GitHub. 7 digits of GitHub hash.
63-
private static final String REVISION = "8f265d5";
63+
private static final String REVISION = "07125fa";
6464

6565
public String getVersion() {
6666
return VERSION;

0 commit comments

Comments
 (0)