1
0
Fork 0
mirror of https://github.com/geometer/FBReaderJ.git synced 2025-10-03 09:49:19 +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

@ -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`