1.0.9 default

pull/1/head
DiMartinoXBMC 2016-03-14 14:00:36 +03:00
parent d9e2de3c06
commit b9647b9af2
3 changed files with 3 additions and 2 deletions

View File

@ -1,5 +1,5 @@
<?xml version='1.0' encoding='UTF-8' standalone='yes'?>
<addon id='script.module.libtorrent' version='1.0.9g' name='python-libtorrent' provider-name='DiMartino, srg70, RussakHH, aisman, inpos'>
<addon id='script.module.libtorrent' version='1.0.9h' name='python-libtorrent' provider-name='DiMartino, srg70, RussakHH, aisman, inpos'>
<requires>
<import addon='xbmc.python' version='2.1.0'/>
</requires>

View File

@ -1,4 +1,5 @@
1.0.9:
1.0.9 is default
Added 1.0.9 for Android, Mac, iOS, Unix ARM & mipsel (UCS2, UCS4)
Added 1.0.9 for Windows, Unix x86 & amd64

View File

@ -46,7 +46,7 @@ else:
log('dirname:' +str(dirname))
default_version = 0 #[0.16.19, 1.0.6, 1.0.7, 1.0.8, 1.0.9]
default_version = 4 #[0.16.19, 1.0.6, 1.0.7, 1.0.8, 1.0.9]
set_version = __settings__.getSetting('set_version')
default_path = __language__(1150+default_version)
if getSettingAsBool('custom_version'):