mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-03 09:49:19 +02:00
next version will be 1.0 :)
This commit is contained in:
parent
451c7339ad
commit
76baa5f9e9
4 changed files with 4 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="org.geometerplus.zlibrary.ui.android" android:versionCode="9918" android:versionName="0.99.18" android:installLocation="auto">
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="org.geometerplus.zlibrary.ui.android" android:versionCode="10000" android:versionName="1.0" android:installLocation="auto">
|
||||
<uses-sdk android:minSdkVersion="4" />
|
||||
<supports-screens android:smallScreens="true" android:normalScreens="true" android:largeScreens="true" android:anyDensity="true" />
|
||||
<uses-permission android:name="android.permission.INTERNET" />
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
===== 0.99.19 (Mar ??, 2011) =====
|
||||
===== 1.0 (Mar ??, 2011) =====
|
||||
* A support for SlovoEd dictionaries has been fixed
|
||||
* Czech translation has been updated (by Marek Pavelka)
|
||||
* No OutOfMemoryErrors in image loading
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
0.99.18
|
||||
1.0
|
||||
|
|
|
@ -15,7 +15,7 @@ fi
|
|||
updateVersion() {
|
||||
major=`echo $version | cut -d . -f 1`
|
||||
minor=`echo $version | cut -d . -f 2`
|
||||
micro=`echo $version | cut -d . -f 3`
|
||||
micro=0`echo $version | cut -d . -f 3`
|
||||
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