Skip to content

Commit

Permalink
Fixed Ant version number to match with Maven version
Browse files Browse the repository at this point in the history
  • Loading branch information
petebankhead committed Oct 4, 2016
1 parent a0216fd commit 7577635
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 @@ -98,7 +98,7 @@
<fx:fileset dir="${basedir}" includes="licenses/*" />
<fx:fileset dir="${basedir}" includes="licenses/**" />
</fx:resources>
<fx:application id="QuPathAppID" name="QuPath" mainClass="qupath.QuPath" version="0.1 (pre-release)" />
<fx:application id="QuPathAppID" name="QuPath" mainClass="qupath.QuPath" version="0.0.1 (pre-release)" />

<!-- Set time for Manifest -->
<tstamp>
Expand All @@ -115,7 +115,7 @@
<manifest>
<attribute name="Implementation-Vendor" value="QUB"/>
<attribute name="Implementation-Title" value="QuPath"/>
<attribute name="Implementation-Version" value="0.1 (pre-release)"/>
<attribute name="Implementation-Version" value="0.0.1 (pre-release)"/>
<attribute name="QuPath-build-time" value="${BUILD_TIME}"/>
<attribute name="JavaFX-Feature-Proxy" value="None"/>
</manifest>
Expand Down

0 comments on commit 7577635

Please sign in to comment.