summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Resch <andrewresch@gmail.com>2010-02-20 09:20:36 -0800
committerAndrew Resch <andrewresch@gmail.com>2010-02-20 09:20:36 -0800
commit27c0f339ce6e734be45c0c78e7a57905d09c505a (patch)
treea397c2e73fd85f78facb5a56ab7fea3fcda54d2c
parentc605616cb976be0971ee40329b774de554f16c6a (diff)
downloaddeluge-27c0f339ce6e734be45c0c78e7a57905d09c505a.tar.gz
deluge-27c0f339ce6e734be45c0c78e7a57905d09c505a.tar.bz2
deluge-27c0f339ce6e734be45c0c78e7a57905d09c505a.zip
Prep for release
-rw-r--r--DEPENDS2
-rw-r--r--win32/deluge-bbfreeze.py2
-rw-r--r--win32/deluge-win32-installer.nsi4
3 files changed, 4 insertions, 4 deletions
diff --git a/DEPENDS b/DEPENDS
index 9292e1496..e09cdfde7 100644
--- a/DEPENDS
+++ b/DEPENDS
@@ -8,7 +8,7 @@
* gettext
* pyxdg
* geoip-database (optional)
- * libtorrent >= 0.14.5
+ * libtorrent >= 0.14.9
=== UIs ===
* chardet
diff --git a/win32/deluge-bbfreeze.py b/win32/deluge-bbfreeze.py
index f533ac982..240c31747 100644
--- a/win32/deluge-bbfreeze.py
+++ b/win32/deluge-bbfreeze.py
@@ -1,4 +1,4 @@
-build_version = "1.2.0"
+build_version = "1.2.1"
python_path = "C:\\Python26\\"
import shutil
diff --git a/win32/deluge-win32-installer.nsi b/win32/deluge-win32-installer.nsi
index 7674e0473..b68916608 100644
--- a/win32/deluge-win32-installer.nsi
+++ b/win32/deluge-win32-installer.nsi
@@ -37,7 +37,7 @@ SetCompressor lzma
# Deluge program information
!define PROGRAM_NAME "Deluge"
-!define PROGRAM_VERSION "1.2.0"
+!define PROGRAM_VERSION "1.2.1"
!define PROGRAM_WEB_SITE "http://deluge-torrent.org"
# Python files generated with bbfreeze (without DLLs from GTK+ runtime)
@@ -321,4 +321,4 @@ Section Uninstall
DELUGE_skip_delete:
# This key is only used by Deluge, so we should always delete it
DeleteRegKey HKCR "Deluge"
-SectionEnd
+SectionEnd