1
0
Fork 0
mirror of https://github.com/geometer/FBReaderJ.git synced 2025-10-05 10:49:24 +02:00

new branches

This commit is contained in:
Nikolay Pultsin 2014-12-27 07:23:16 +00:00
parent a30d462a38
commit ae32631869

View file

@ -18,7 +18,7 @@ updateVersion() {
android-1.5) android-1.5)
variant=0 variant=0
;; ;;
ice-cream-sandwich|yota|yota2|kindle|betayota|yotabeta|*-ics) ice-cream-sandwich|yota|yota2|lr-kindle|kindle|betayota|yotabeta|*-ics)
variant=2 variant=2
;; ;;
*) *)
@ -32,9 +32,9 @@ updateVersion() {
minor=`echo $fixed | cut -d . -f 2` minor=`echo $fixed | cut -d . -f 2`
micro=`echo $fixed | cut -d . -f 3` micro=`echo $fixed | cut -d . -f 3`
local=`echo $fixed | cut -d . -f 4` local=`echo $fixed | cut -d . -f 4`
if [ "$branch" == "nook" ]; then if [ "$branch" == "nook" -o "$branch" == "lr-nook" ]; then
version=$version-nst version=$version-nst
elif [ "$branch" == "kindle" ]; then elif [ "$branch" == "kindle" -o "$branch" == "lr-kindle" ]; then
version=$version-kindlehd version=$version-kindlehd
fi fi