bumped version number

This commit is contained in:
Philipp Schaefer
2013-10-30 23:56:07 +01:00
parent 063bb73b99
commit 3fba33b1ff
2 changed files with 3 additions and 3 deletions

View File

@ -142,7 +142,7 @@
<replaceregexp
file="AndroidManifest.xml"
match='android:versionName="(\d+\.\d+\.\d+)"'
match='android:versionName="(\d+\.\d+)"'
replace='android:versionName="\1.${git.version}"' />
</target>