1
0
Fork 0
mirror of https://github.com/geometer/FBReaderJ.git synced 2025-10-03 09:49:19 +02:00

close to 1.1 release

This commit is contained in:
Nikolay Pultsin 2011-06-11 11:16:49 +02:00
parent 4a98faa9b5
commit 172fd02601
2 changed files with 2 additions and 2 deletions

View file

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