diff --git a/ChangeLog b/ChangeLog index e79d76078..208a250b2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 diff --git a/docs/man/deluge-console.1 b/docs/man/deluge-console.1 index 586bb588a..8b6925ea4 100644 --- a/docs/man/deluge-console.1 +++ b/docs/man/deluge-console.1 @@ -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 diff --git a/docs/man/deluge-gtk.1 b/docs/man/deluge-gtk.1 index f16fec323..d5bea6070 100644 --- a/docs/man/deluge-gtk.1 +++ b/docs/man/deluge-gtk.1 @@ -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 diff --git a/docs/man/deluge-web.1 b/docs/man/deluge-web.1 index b3d861c0b..fd59da80d 100644 --- a/docs/man/deluge-web.1 +++ b/docs/man/deluge-web.1 @@ -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 diff --git a/docs/man/deluge.1 b/docs/man/deluge.1 index b61b28272..ffe49325a 100644 --- a/docs/man/deluge.1 +++ b/docs/man/deluge.1 @@ -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 diff --git a/docs/man/deluged.1 b/docs/man/deluged.1 index 954f26f9a..938376076 100644 --- a/docs/man/deluged.1 +++ b/docs/man/deluged.1 @@ -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 diff --git a/setup.py b/setup.py index c02ae27b7..0a6fddeeb 100644 --- a/setup.py +++ b/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", diff --git a/win32/deluge-bbfreeze.py b/win32/deluge-bbfreeze.py index cb410f31e..8290c9fd5 100644 --- a/win32/deluge-bbfreeze.py +++ b/win32/deluge-bbfreeze.py @@ -1,4 +1,4 @@ -build_version = "1.3.2" +build_version = "1.3.3" python_path = "C:\\Python26\\" import os, glob diff --git a/win32/deluge-win32-installer.nsi b/win32/deluge-win32-installer.nsi index 030e796d0..8aeb8dd99 100644 --- a/win32/deluge-win32-installer.nsi +++ b/win32/deluge-win32-installer.nsi @@ -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)