summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCalum Lind <calumlind+deluge@gmail.com>2013-03-29 23:52:26 +0000
committerCalum Lind <calumlind+deluge@gmail.com>2013-03-29 23:52:26 +0000
commitc92b3debb74159c19df14e915c0834fd1e3119fd (patch)
tree36802180ad48e188075daaec8229380a88e23f98
parent68c41e2915c2ee0e9b1d0e089672f0fe4bfde1f0 (diff)
downloaddeluge-c92b3debb74159c19df14e915c0834fd1e3119fd.tar.gz
deluge-c92b3debb74159c19df14e915c0834fd1e3119fd.tar.bz2
deluge-c92b3debb74159c19df14e915c0834fd1e3119fd.zip
raise lt version
-rw-r--r--deluge/_libtorrent.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/deluge/_libtorrent.py b/deluge/_libtorrent.py
index 898cfb150..6c0507ea0 100644
--- a/deluge/_libtorrent.py
+++ b/deluge/_libtorrent.py
@@ -45,7 +45,7 @@ supports.
"""
-REQUIRED_VERSION = "0.16.1.0"
+REQUIRED_VERSION = "0.16.7.0"
def check_version(lt):
from deluge.common import VersionSplit