From 7f2e06d4e2abfc48cb3c12f3ee0f1cf8ee5f100c Mon Sep 17 00:00:00 2001 From: Calum Lind Date: Tue, 29 Sep 2015 23:30:18 +0100 Subject: [PATCH] Bump minimum version for libtorrent to 1.0.6 --- deluge/_libtorrent.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deluge/_libtorrent.py b/deluge/_libtorrent.py index dc4a6a5b2..99b0f55c8 100644 --- a/deluge/_libtorrent.py +++ b/deluge/_libtorrent.py @@ -19,7 +19,7 @@ supports. """ -REQUIRED_VERSION = "0.16.7.0" +REQUIRED_VERSION = "1.0.6.0" def check_version(lt):