mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-02 22:48:40 +00:00
Bump version to 1.3.4
This commit is contained in:
parent
07bc1322dd
commit
911d583ff0
4 changed files with 4 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
||||||
=== Deluge 1.3.4 (In Development) ===
|
=== Deluge 1.3.4 (03 March 2012) ===
|
||||||
==== Core ====
|
==== Core ====
|
||||||
* #1921: Free disk space reporting incorrectly in FreeBSD
|
* #1921: Free disk space reporting incorrectly in FreeBSD
|
||||||
* #1964: Fix unhandled UnpicklingErrors
|
* #1964: Fix unhandled UnpicklingErrors
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -531,7 +531,7 @@ if windows_check():
|
||||||
# Main setup
|
# Main setup
|
||||||
setup(
|
setup(
|
||||||
name = "deluge",
|
name = "deluge",
|
||||||
version = "1.3.3",
|
version = "1.3.4",
|
||||||
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.3"
|
build_version = "1.3.4"
|
||||||
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.3"
|
!define PROGRAM_VERSION "1.3.4"
|
||||||
!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…
Add table
Add a link
Reference in a new issue