Update versions

This commit is contained in:
Andrew Resch 2010-09-18 11:31:31 -07:00
parent 6235e832fe
commit c1505bea3a
3 changed files with 3 additions and 3 deletions

View File

@ -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 issue where the save_timer is cancelled when it's not active
* Fix unhandled exception when adding a torrent to the session * 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 * Moved xdg import so it is not called on Windows, where it is unused. fixes #1343

View File

@ -425,7 +425,7 @@ _data_files = [
# Main setup # Main setup
setup( setup(
name = "deluge", name = "deluge",
version = "1.3.0-rc2", version = "1.3.0",
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

@ -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.0-rc2" !define PROGRAM_VERSION "1.3.0"
!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)