test transferring base version number from build.xml to jenkins

This commit is contained in:
sonora 2014-12-06 20:16:35 +01:00
parent 318aca572b
commit 51bcb71ffb

View file

@ -200,7 +200,7 @@
<isset property="build.version" /> <isset property="build.version" />
</condition> </condition>
<then> <then>
<replaceregexp file="res/values/no_translate.xml" match='"app_version"&gt;(.*)&lt;' replace='"app_version"&gt;${build.version}&lt;' byline="true" /> <replaceregexp file="res/values/no_translate.xml" match='"app_version"&gt;(.*)&lt;' replace='"app_version"&gt;1.9.4${build.version}&lt;' byline="true" />
</then> </then>
</if> </if>