mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 03:24:54 +00:00
update the required libtorrent version to 0.14.9 to match 1.2-stable
This commit is contained in:
parent
a065f95075
commit
5bbe8bec5c
1 changed files with 2 additions and 2 deletions
|
@ -45,7 +45,7 @@ supports.
|
|||
|
||||
"""
|
||||
|
||||
REQUIRED_VERSION = "0.14.5.0"
|
||||
REQUIRED_VERSION = "0.14.9.0"
|
||||
|
||||
def check_version(LT):
|
||||
from deluge.common import VersionSplit
|
||||
|
@ -57,4 +57,4 @@ try:
|
|||
check_version(lt)
|
||||
except ImportError:
|
||||
import libtorrent as lt
|
||||
check_version(lt)
|
||||
check_version(lt)
|
||||
|
|
Loading…
Add table
Reference in a new issue