mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-19 19:14:55 +00:00
Update version
This commit is contained in:
parent
8dbdb02967
commit
bdd9bd11b5
9 changed files with 9 additions and 9 deletions
|
@ -1,4 +1,4 @@
|
|||
=== Deluge 1.3.3 (In Development) ===
|
||||
=== Deluge 1.3.3 (22 July 2011) ===
|
||||
==== Core ====
|
||||
* Properly show the 'Checking Resume Data' state instead of just 7
|
||||
* #1788: Added ability to use XDG_DOWNLOAD_DIR as default download folder
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.TH DELUGE-CONSOLE 1 "October 2009" "1.3.0"
|
||||
.TH DELUGE-CONSOLE 1 "July 2011" "1.3.3"
|
||||
|
||||
.SH NAME
|
||||
deluge-console - a bittorrent client curses interface
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.TH DELUGE-GTK 1 "October 2009" "1.3.0"
|
||||
.TH DELUGE-GTK 1 "July 2011" "1.3.3"
|
||||
|
||||
.SH NAME
|
||||
deluge-gtk - a bittorrent client gtk interface
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.TH DELUGE-WEB 1 "October 2009" "1.3.0"
|
||||
.TH DELUGE-WEB 1 "July 2011" "1.3.3"
|
||||
|
||||
.SH NAME
|
||||
deluge-web - a bittorrent client ajax web interface
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.TH DELUGE 1 "October 2009" "1.3.0"
|
||||
.TH DELUGE 1 "July 2011" "1.3.3"
|
||||
|
||||
.SH NAME
|
||||
deluge - a bittorrent client
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.TH DELUGED 1 "October 2009" "1.3.0"
|
||||
.TH DELUGED 1 "July 2011" "1.3.3"
|
||||
|
||||
.SH NAME
|
||||
deluged - a bittorrent client daemon
|
||||
|
|
2
setup.py
2
setup.py
|
@ -515,7 +515,7 @@ if windows_check():
|
|||
# Main setup
|
||||
setup(
|
||||
name = "deluge",
|
||||
version = "1.3.2",
|
||||
version = "1.3.3",
|
||||
fullname = "Deluge Bittorrent Client",
|
||||
description = "Bittorrent Client",
|
||||
author = "Andrew Resch, Damien Churchill",
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
build_version = "1.3.2"
|
||||
build_version = "1.3.3"
|
||||
python_path = "C:\\Python26\\"
|
||||
|
||||
import os, glob
|
||||
|
|
|
@ -37,7 +37,7 @@ SetCompressor lzma
|
|||
|
||||
# Deluge program information
|
||||
!define PROGRAM_NAME "Deluge"
|
||||
!define PROGRAM_VERSION "1.3.2"
|
||||
!define PROGRAM_VERSION "1.3.3"
|
||||
!define PROGRAM_WEB_SITE "http://deluge-torrent.org"
|
||||
|
||||
# Python files generated with bbfreeze (without DLLs from GTK+ runtime)
|
||||
|
|
Loading…
Add table
Reference in a new issue