Skip to content

Commit

Permalink
4.1.0 Beta (#703)
Browse files Browse the repository at this point in the history
* 4.1.0 Beta

* Remove extraneous bits

Cut and paste is clearly too advanced for me.
  • Loading branch information
dwd authored and akrherz committed Dec 14, 2016
1 parent 16c65f9 commit 538cb61
Show file tree
Hide file tree
Showing 3 changed files with 407 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<property name="version.major" value="4"/>
<property name="version.minor" value="1"/>
<property name="version.revision" value="0"/>
<property name="version.extra" value="alpha"/> <!-- For 'beta' or 'alpha' -->
<property name="version.extra" value="beta"/> <!-- For 'beta' or 'alpha' -->

<property name="javac.source" value="1.7"/>
<property name="javac.target" value="1.7"/>
Expand Down
Loading

0 comments on commit 538cb61

Please sign in to comment.