Skip to content

Commit

Permalink
new Version 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Burkhardt committed Dec 4, 2011
1 parent 53349c8 commit 6778cc1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
<format property="TIMESTAMP" pattern="yyyyMMdd-HHmm" />
</tstamp>

<property name="version" value="0.4.0.SNAPSHOT_${TIMESTAMP}" />
<!--property name="version" value="0.4.0.SNAPSHOT_${TIMESTAMP}" /-->
<property name="version" value="0.4.0" />
<property name="src" value="src" />
<property name="build" value="build" />
<property name="classes" value="${build}/classes" />
Expand Down

0 comments on commit 6778cc1

Please sign in to comment.