use the right variable when pushing to gcode

This commit is contained in:
Jesse Vincent 2009-11-24 18:11:26 +00:00
parent e3727e1d91
commit 04e8c6a55c
1 changed files with 1 additions and 1 deletions

View File

@ -286,7 +286,7 @@
<echo>Uploading to Google Code using Google::Code::Upload</echo>
<exec executable="googlecode_upload.pl" failonerror="true">
<arg value="--summary" />
<arg value="${ant.project.name} ${version-number}"/>
<arg value="${ant.project.name} ${version-code}"/>
<arg value="--project" />
<arg value="k9mail"/>
<arg value="--user"/>