mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-27 19:55:57 +00:00
Update version numbers
This commit is contained in:
parent
a35b2497f3
commit
c81fbf788d
@ -1,4 +1,4 @@
|
|||||||
=== Deluge 1.3.2 (In Development) ===
|
=== Deluge 1.3.2 (24 May 2011) ===
|
||||||
==== Core ====
|
==== Core ====
|
||||||
* #1527: Fix Converting unicode to unicode error in move_storage
|
* #1527: Fix Converting unicode to unicode error in move_storage
|
||||||
* #1373: Fix creating and moving non-ascii folder names in MS Windows
|
* #1373: Fix creating and moving non-ascii folder names in MS Windows
|
||||||
|
2
setup.py
2
setup.py
@ -443,7 +443,7 @@ if windows_check():
|
|||||||
# Main setup
|
# Main setup
|
||||||
setup(
|
setup(
|
||||||
name = "deluge",
|
name = "deluge",
|
||||||
version = "1.3.1",
|
version = "1.3.2",
|
||||||
fullname = "Deluge Bittorrent Client",
|
fullname = "Deluge Bittorrent Client",
|
||||||
description = "Bittorrent Client",
|
description = "Bittorrent Client",
|
||||||
author = "Andrew Resch, Damien Churchill",
|
author = "Andrew Resch, Damien Churchill",
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
build_version = "1.3.1"
|
build_version = "1.3.2"
|
||||||
python_path = "C:\\Python26\\"
|
python_path = "C:\\Python26\\"
|
||||||
|
|
||||||
import os, glob
|
import os, glob
|
||||||
|
@ -37,7 +37,7 @@ SetCompressor lzma
|
|||||||
|
|
||||||
# Deluge program information
|
# Deluge program information
|
||||||
!define PROGRAM_NAME "Deluge"
|
!define PROGRAM_NAME "Deluge"
|
||||||
!define PROGRAM_VERSION "1.3.1"
|
!define PROGRAM_VERSION "1.3.2"
|
||||||
!define PROGRAM_WEB_SITE "http://deluge-torrent.org"
|
!define PROGRAM_WEB_SITE "http://deluge-torrent.org"
|
||||||
|
|
||||||
# Python files generated with bbfreeze (without DLLs from GTK+ runtime)
|
# Python files generated with bbfreeze (without DLLs from GTK+ runtime)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user