mirror of
https://github.com/logos-storage/deluge.git
synced 2026-05-28 20:29:33 +00:00
Update version
This commit is contained in:
parent
900907a545
commit
418037dd43
@ -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
|
||||
|
||||
2
setup.py
2
setup.py
@ -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",
|
||||
|
||||
@ -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 + "\\"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user