Update version

This commit is contained in:
Andrew Resch 2011-07-22 10:58:01 -07:00
commit bdd9bd11b5
9 changed files with 9 additions and 9 deletions

View file

@ -1,4 +1,4 @@
=== Deluge 1.3.3 (In Development) === === Deluge 1.3.3 (22 July 2011) ===
==== Core ==== ==== Core ====
* Properly show the 'Checking Resume Data' state instead of just 7 * Properly show the 'Checking Resume Data' state instead of just 7
* #1788: Added ability to use XDG_DOWNLOAD_DIR as default download folder * #1788: Added ability to use XDG_DOWNLOAD_DIR as default download folder

View file

@ -1,4 +1,4 @@
.TH DELUGE-CONSOLE 1 "October 2009" "1.3.0" .TH DELUGE-CONSOLE 1 "July 2011" "1.3.3"
.SH NAME .SH NAME
deluge-console - a bittorrent client curses interface deluge-console - a bittorrent client curses interface

View file

@ -1,4 +1,4 @@
.TH DELUGE-GTK 1 "October 2009" "1.3.0" .TH DELUGE-GTK 1 "July 2011" "1.3.3"
.SH NAME .SH NAME
deluge-gtk - a bittorrent client gtk interface deluge-gtk - a bittorrent client gtk interface

View file

@ -1,4 +1,4 @@
.TH DELUGE-WEB 1 "October 2009" "1.3.0" .TH DELUGE-WEB 1 "July 2011" "1.3.3"
.SH NAME .SH NAME
deluge-web - a bittorrent client ajax web interface deluge-web - a bittorrent client ajax web interface

View file

@ -1,4 +1,4 @@
.TH DELUGE 1 "October 2009" "1.3.0" .TH DELUGE 1 "July 2011" "1.3.3"
.SH NAME .SH NAME
deluge - a bittorrent client deluge - a bittorrent client

View file

@ -1,4 +1,4 @@
.TH DELUGED 1 "October 2009" "1.3.0" .TH DELUGED 1 "July 2011" "1.3.3"
.SH NAME .SH NAME
deluged - a bittorrent client daemon deluged - a bittorrent client daemon

View file

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

View file

@ -1,4 +1,4 @@
build_version = "1.3.2" build_version = "1.3.3"
python_path = "C:\\Python26\\" python_path = "C:\\Python26\\"
import os, glob import os, glob

View file

@ -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.2" !define PROGRAM_VERSION "1.3.3"
!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)