diff --git a/ChangeLog b/ChangeLog index 967b0d04e..f4ca2b5f7 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 50535ebb1..6665aaef8 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 fd2c416f5..6771db1a8 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)