Skip to content

Commit

Permalink
finalise release 2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rbouckaert committed May 13, 2014
1 parent ab016a8 commit ab9889b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,8 @@
<echo message="Linux/Unix version release is finished." />
</target>

<property name="jarbundler_dir" value="/Applications/eclipse/plugins/org.apache.ant_1.8.2.v20110505-1300/lib" />
<!--property name="jarbundler_dir" value="/Applications/eclipse/plugins/org.apache.ant_1.8.2.v20110505-1300/lib" /-->
<property name="jarbundler_dir" value="/Users/remcobouckaert/bin/eclipse/plugins/org.apache.ant_1.8.3.v20120321-1730/lib" />
<target name="mac"
depends="build_jar_all_BEAST_NoJUnitTest"
description="release Mac version of BEAST, BEAUTI, TreeAnnotator, LogCombiner">
Expand Down
2 changes: 1 addition & 1 deletion src/beast/app/BEASTVersion.java
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public class BEASTVersion extends Version {

private static final String DATE_STRING = "2002-2014";

private static final boolean IS_PRERELEASE = true;
private static final boolean IS_PRERELEASE = false;

private static final String REVISION = "$Rev: $";

Expand Down

0 comments on commit ab9889b

Please sign in to comment.