Module: deluge Branch: 1.3-stable Commit: c1505bea3ac44226cf4112dd4a7564e5613a1e5f
Author: Andrew Resch <[email protected]> Date: Sat Sep 18 11:31:31 2010 -0700 Update versions --- ChangeLog | 2 +- setup.py | 2 +- win32/deluge-win32-installer.nsi | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 967b0d0..f4ca2b5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -=== Deluge 1.3.0 (13 September 2010) === +=== Deluge 1.3.0 (18 September 2010) === * Fix issue where the save_timer is cancelled when it's not active * Fix unhandled exception when adding a torrent to the session * Moved xdg import so it is not called on Windows, where it is unused. fixes #1343 diff --git a/setup.py b/setup.py index 50535eb..6665aae 100644 --- a/setup.py +++ b/setup.py @@ -425,7 +425,7 @@ _data_files = [ # Main setup setup( name = "deluge", - version = "1.3.0-rc2", + version = "1.3.0", fullname = "Deluge Bittorrent Client", description = "Bittorrent Client", author = "Andrew Resch, Damien Churchill", diff --git a/win32/deluge-win32-installer.nsi b/win32/deluge-win32-installer.nsi index fd2c416..6771db1 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.0-rc2" +!define PROGRAM_VERSION "1.3.0" !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.
