1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-11-27 11:42:16 -05:00

Fix version-name variable name spelling (was version.name) in commit-version target

This commit is contained in:
Fiouz 2010-11-18 20:00:51 +00:00
parent ee11aa406e
commit e8f1584c78

View File

@ -111,7 +111,7 @@
</target>
<target name="commit-version">
<exec executable="git" failonerror="true">
<arg line="commit -m'Bumped manifest to ${version.name}' AndroidManifest.xml"/>
<arg line="commit -m'Bumped manifest to ${version-name}' AndroidManifest.xml"/>
</exec>
<exec executable="git" failonerror="true">
<arg line="svn dcommit"/>