From cf71429e8e3fb6ef082a7cc7fb9b1c2bb223baa8 Mon Sep 17 00:00:00 2001 From: Marcos Pinto Date: Fri, 11 Jul 2008 10:09:13 +0000 Subject: [PATCH] use rc version file --- deluge/core/core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deluge/core/core.py b/deluge/core/core.py index c2b9b5496..9643e5ad7 100644 --- a/deluge/core/core.py +++ b/deluge/core/core.py @@ -884,7 +884,7 @@ class Core( import urllib try: self.new_release = urllib.urlopen( - "http://download.deluge-torrent.org/version").read().strip() + "http://download.deluge-torrent.org/version-1.0").read().strip() except Exception, e: log.debug("Unable to get release info from website: %s", e) return