1
0
Fork 0
mirror of https://github.com/geometer/FBReaderJ.git synced 2025-10-05 19:42:17 +02:00
This commit is contained in:
Nikolay Pultsin 2011-04-05 23:26:40 +01:00
parent 430e07e309
commit 536aa6fafa
4 changed files with 5 additions and 5 deletions

View file

@ -19,7 +19,7 @@ updateVersion() {
if [ "$micro" == "" ]; then
micro=0
fi
intversion=$((10000*$major+100*$minor+$micro))
intversion=$((10000*$major+100*$minor+$micro+1))
sed "s/@INTVERSION@/$intversion/" AndroidManifest.xml.pattern | sed "s/@VERSION@/$version/" > AndroidManifest.xml
}