mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-03 17:59:33 +02:00
VERSION => 2.2 beta 0
This commit is contained in:
parent
1104322cfb
commit
b32eccd4f0
3 changed files with 3 additions and 3 deletions
|
@ -3,7 +3,7 @@
|
|||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="org.geometerplus.zlibrary.ui.android"
|
||||
android:versionCode="2015010"
|
||||
android:versionName="2.2 beta"
|
||||
android:versionName="2.2 beta 0"
|
||||
android:installLocation="auto"
|
||||
>
|
||||
<uses-sdk
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
2.2 beta
|
||||
2.2 beta 0
|
||||
|
|
|
@ -26,7 +26,7 @@ updateVersion() {
|
|||
;;
|
||||
esac
|
||||
|
||||
fixed=`echo $version | sed "s/ beta.*//"`
|
||||
fixed=`echo $version | sed "s/ *beta */./"`
|
||||
|
||||
major=`echo $fixed | cut -d . -f 1`
|
||||
minor=`echo $fixed | cut -d . -f 2`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue