Skip to content

Commit

Permalink
release for BEAST v2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rbouckaert committed May 24, 2015
1 parent 4dd4c85 commit bb40dad
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<property name="BEASTLabspath" location="../BEASTLabs" />
<property name="BEASTLabsclasspath" location="${BEASTLabspath}/build" />
<property name="Add_on_dir" value="${release_dir}/add-on" />
<property name="version" value="1.1.8" />
<property name="version" value="1.2.0" />

<import file="${beast2path}/build.xml" />

Expand Down
6 changes: 3 additions & 3 deletions version.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<addon name='BEAST_CLASSIC' version='1.1.8'>
<depends on='beast2' atleast='2.2.0'/>
<depends on='BEASTLabs' atleast='1.2.1'/>
<addon name='BEAST_CLASSIC' version='1.2.0'>
<depends on='beast2' atleast='2.3.0'/>
<depends on='BEASTLabs' atleast='1.3.0'/>
</addon>

0 comments on commit bb40dad

Please sign in to comment.