From c92b3debb74159c19df14e915c0834fd1e3119fd Mon Sep 17 00:00:00 2001 From: Calum Lind Date: Fri, 29 Mar 2013 23:52:26 +0000 Subject: [PATCH] raise lt version --- deluge/_libtorrent.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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