test transferring base version number from build.xml to jenkins
This commit is contained in:
parent
318aca572b
commit
51bcb71ffb
1 changed files with 1 additions and 1 deletions
|
@ -200,7 +200,7 @@
|
|||
<isset property="build.version" />
|
||||
</condition>
|
||||
<then>
|
||||
<replaceregexp file="res/values/no_translate.xml" match='"app_version">(.*)<' replace='"app_version">${build.version}<' byline="true" />
|
||||
<replaceregexp file="res/values/no_translate.xml" match='"app_version">(.*)<' replace='"app_version">1.9.4${build.version}<' byline="true" />
|
||||
</then>
|
||||
</if>
|
||||
|
||||
|
|
Loading…
Reference in a new issue