Skip to content

Commit

Permalink
version changed to 1.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jindrapetrik committed Jun 30, 2013
1 parent 42e17cb commit e428627
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions trunk/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

<project name="FFDec" basedir="." default="all">
<description>Builds project FFDec</description>
<property name="VERSION" value="1.6.3u2" />
<property name="VERSIONNUMBER" value="1.6.3.2" />
<property name="VERSION" value="1.6.4" />
<property name="VERSIONNUMBER" value="1.6.4.0" />
<property name="BUILDER" value="jpexs" />
<property name="PROJECTNAME" value="FFDec"/>
<property name="JARFILENAME" value="ffdec"/>
Expand Down Expand Up @@ -42,6 +42,6 @@
<property name="INSTALLERPROJECT" value="${basedir}/installer.iss"/>
<property name="EXECONFIG" value="${basedir}/build_exe.xml"/>

<property name="RUNPARAMS" value="" />
<property name="RUNPARAMS" value="testdata/as3/as3.swf" />
<import file="build_common.xml"/>
</project>

0 comments on commit e428627

Please sign in to comment.