mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-05 19:42:17 +02:00
1.0.2
This commit is contained in:
parent
430e07e309
commit
536aa6fafa
4 changed files with 5 additions and 5 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue