From 5bbe8bec5c68b25dd5918cfdc2c5009cd4afad1a Mon Sep 17 00:00:00 2001 From: Damien Churchill Date: Mon, 22 Feb 2010 11:59:09 +0000 Subject: [PATCH] update the required libtorrent version to 0.14.9 to match 1.2-stable --- deluge/_libtorrent.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deluge/_libtorrent.py b/deluge/_libtorrent.py index 8c0363b78..ab782d67a 100644 --- a/deluge/_libtorrent.py +++ b/deluge/_libtorrent.py @@ -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) \ No newline at end of file + check_version(lt)