mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-04 10:19:33 +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
|
@ -1,4 +1,4 @@
|
||||||
===== 1.1.0 (??? ??, 2011) =====
|
===== 1.1.0 (Jun ??, 2011) =====
|
||||||
* Text selection
|
* Text selection
|
||||||
* Localization to Traditional Chinese (by Fung.T)
|
* Localization to Traditional Chinese (by Fung.T)
|
||||||
|
|
||||||
|
|
|
@ -19,7 +19,7 @@ updateVersion() {
|
||||||
if [ "$micro" == "" ]; then
|
if [ "$micro" == "" ]; then
|
||||||
micro=0
|
micro=0
|
||||||
fi
|
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
|
sed "s/@INTVERSION@/$intversion/" AndroidManifest.xml.pattern | sed "s/@VERSION@/$version/" > AndroidManifest.xml
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue