Module: deluge
Branch: 1.3-stable
Commit: 48d3e89d844bb276928ea80a2e45b675e0d3075a

Author: Andrew Resch <[email protected]>
Date:   Wed May  5 15:01:52 2010 -0700

Update windows build files

---

 win32/deluge-bbfreeze.py         |    6 +++---
 win32/deluge-win32-installer.nsi |    2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/win32/deluge-bbfreeze.py b/win32/deluge-bbfreeze.py
index b7c4c75..ecb4283 100644
--- a/win32/deluge-bbfreeze.py
+++ b/win32/deluge-bbfreeze.py
@@ -1,4 +1,4 @@
-build_version = "1.2.2"
+build_version = "1.3.0-rc1"
 python_path = "C:\\Python26\\"
 
 import shutil
@@ -7,7 +7,7 @@ shutil.copy(python_path + "Scripts\deluged-script.py", 
python_path + "Scripts\de
 shutil.copy(python_path + "Scripts\deluge-web-script.py", python_path + 
"Scripts\deluge-web.py")
 shutil.copy(python_path + "Scripts\deluge-gtk-script.py", python_path + 
"Scripts\deluge-gtk.py")
 shutil.copy(python_path + "Scripts\deluge-console-script.py", python_path + 
"Scripts\deluge-console.py")
-
+
 
 from bbfreeze import Freezer
 f = Freezer("..\\build-win32\\deluge-bbfreeze-" + build_version, 
includes=("libtorrent", "gzip", "zipfile", "re", "socket", "struct", "cairo", 
"pangocairo", "atk", "pango", "wsgiref.handlers", "twisted.internet.utils", 
"gio", "gtk.glade"))
@@ -16,4 +16,4 @@ f.addScript(python_path + "Scripts\deluged.py", 
gui_only=False)
 f.addScript(python_path + "Scripts\deluge-web.py", gui_only=False)
 f.addScript(python_path + "Scripts\deluge-gtk.py", gui_only=False)
 f.addScript(python_path + "Scripts\deluge-console.py", gui_only=False)
-f()    # starts the freezing process
+f()    # starts the freezing process
diff --git a/win32/deluge-win32-installer.nsi b/win32/deluge-win32-installer.nsi
index 62144d7..710ebb5 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.2"
+!define PROGRAM_VERSION "1.3.0-rc1"
 !define PROGRAM_WEB_SITE "http://deluge-torrent.org";
 
 # Python files generated with bbfreeze (without DLLs from GTK+ runtime)

-- 
You received this message because you are subscribed to the Google Groups 
"deluge-commit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/deluge-commit?hl=en.

Reply via email to