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:
parent
4a98faa9b5
commit
172fd02601
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue