Skip to content

Commit

Permalink
fixed a surplus 'r' for custom version numbers in build script
Browse files Browse the repository at this point in the history
  • Loading branch information
sirinsidiator committed Jun 13, 2015
1 parent 60e3896 commit 48f5fb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
project.setProperty("build.number", parseInt(buildNumber) - 1);
]]>
</script>
<input addproperty="finalVersion" defaultvalue="r${build.number}" message="Please enter custom version number:" />
<input addproperty="finalVersion" defaultvalue="${build.number}" message="Please enter custom version number:" />
<script language="javascript">
<![CDATA[
var before = project.getProperty("finalVersion");
Expand Down

0 comments on commit 48f5fb5

Please sign in to comment.