Skip to content

Commit

Permalink
Ant: Updated version to 4.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
paulosousadias committed May 30, 2014
1 parent 8201a64 commit d6f9a2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ For simple use the main targets are:
<!-- =================================================================== -->
<property name="version.MAJOR" value="4" />
<property name="version.MINOR" value="0" />
<property name="version.PATCH" value="x" />
<property name="version.PATCH" value="0" />
<!-- Set this to '.dev' if a developer release; blank "" if maintenance release -->
<property name="version.DEVELOPER" value="rc2" />
<property name="version.DEVELOPER" value="" />
<!-- Set the release number. Use the form 'R1' for release 1. Or leave it blank for a non release -->
<property name="release.NAME" value="R14.02" />
<property name="release.INFO" value="${release.NAME}"/>
Expand Down

0 comments on commit d6f9a2e

Please sign in to comment.