Update version

This commit is contained in:
Andrew Resch 2012-04-09 18:42:25 -07:00
parent 900907a545
commit 418037dd43
3 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
=== Deluge 1.3.5 (In Development) ===
=== Deluge 1.3.5 (09 April 2012) ===
==== Core ====
* Fix not properly detecting when torrent is at end of queue
* #2049: Preserve order when moving multiple torrents in the queue

View File

@ -531,7 +531,7 @@ if windows_check():
# Main setup
setup(
name = "deluge",
version = "1.3.4",
version = "1.3.5",
fullname = "Deluge Bittorrent Client",
description = "Bittorrent Client",
author = "Andrew Resch, Damien Churchill",

View File

@ -1,4 +1,4 @@
build_version = "1.3.4"
build_version = "1.3.5"
python_path = "C:\\Python26\\"
import os, glob
@ -10,7 +10,7 @@ shutil.copy(python_path + "Scripts\deluge-web-script.py", python_path + "Scripts
shutil.copy(python_path + "Scripts\deluge-gtk-script.pyw", python_path + "Scripts\deluge-gtk.py")
shutil.copy(python_path + "Scripts\deluge-console-script.py", python_path + "Scripts\deluge-console.py")
includes=("libtorrent", "gzip", "zipfile", "re", "socket", "struct", "cairo", "pangocairo", "atk", "pango", "twisted.internet.utils", "gio", "gtk.glade")
includes=("libtorrent", "gzip", "zipfile", "re", "socket", "struct", "cairo", "pangocairo", "atk", "pango", "twisted.internet.utils", "gio", "gtk.glade", "email.mime")
excludes=("numpy", "OpenGL", "psyco", "win32ui")
dst = "..\\build-win32\\deluge-bbfreeze-" + build_version + "\\"