Module: deluge
Branch: 1.3-stable
Commit: bdd9bd11b55ead4aef85ebeaf6cb1260743cdc08

Author: Andrew Resch <[email protected]>
Date:   Fri Jul 22 10:58:01 2011 -0700

Update version

---

 ChangeLog                        |    2 +-
 docs/man/deluge-console.1        |    2 +-
 docs/man/deluge-gtk.1            |    2 +-
 docs/man/deluge-web.1            |    2 +-
 docs/man/deluge.1                |    2 +-
 docs/man/deluged.1               |    2 +-
 setup.py                         |    2 +-
 win32/deluge-bbfreeze.py         |    2 +-
 win32/deluge-win32-installer.nsi |    2 +-
 9 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index e79d760..208a250 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 586bb58..8b6925e 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 f16fec3..d5bea60 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 b3d861c..fd59da8 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 b61b282..ffe4932 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 954f26f..9383760 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 c02ae27..0a6fdde 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 cb410f3..8290c9f 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 030e796..8aeb8dd 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)

-- 
You received this message because you are subscribed to the Google Groups 
"deluge-commit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/deluge-commit?hl=en.

Reply via email to