1
0
Fork 0
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:
Nikolay Pultsin 2014-10-12 22:43:10 +02:00
parent 1104322cfb
commit b32eccd4f0
3 changed files with 3 additions and 3 deletions

View file

@ -3,7 +3,7 @@
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:android="http://schemas.android.com/apk/res/android"
package="org.geometerplus.zlibrary.ui.android" package="org.geometerplus.zlibrary.ui.android"
android:versionCode="2015010" android:versionCode="2015010"
android:versionName="2.2 beta" android:versionName="2.2 beta 0"
android:installLocation="auto" android:installLocation="auto"
> >
<uses-sdk <uses-sdk

View file

@ -1 +1 @@
2.2 beta 2.2 beta 0

View file

@ -26,7 +26,7 @@ updateVersion() {
;; ;;
esac esac
fixed=`echo $version | sed "s/ beta.*//"` fixed=`echo $version | sed "s/ *beta */./"`
major=`echo $fixed | cut -d . -f 1` major=`echo $fixed | cut -d . -f 1`
minor=`echo $fixed | cut -d . -f 2` minor=`echo $fixed | cut -d . -f 2`