From b9647b9af23613898f4f203b3711dad8af4ed587 Mon Sep 17 00:00:00 2001 From: DiMartinoXBMC Date: Mon, 14 Mar 2016 14:00:36 +0300 Subject: [PATCH] 1.0.9 default --- addon.xml | 2 +- changelog.txt | 1 + python_libtorrent/python_libtorrent/__init__.py | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/addon.xml b/addon.xml index b905175..2209d82 100644 --- a/addon.xml +++ b/addon.xml @@ -1,5 +1,5 @@ - + diff --git a/changelog.txt b/changelog.txt index a94d432..3d47473 100644 --- a/changelog.txt +++ b/changelog.txt @@ -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 diff --git a/python_libtorrent/python_libtorrent/__init__.py b/python_libtorrent/python_libtorrent/__init__.py index 4bb72e9..99b6176 100644 --- a/python_libtorrent/python_libtorrent/__init__.py +++ b/python_libtorrent/python_libtorrent/__init__.py @@ -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'):