Prep for release

This commit is contained in:
Andrew Resch 2009-12-17 23:49:25 +00:00
commit c70a9875c5
3 changed files with 26 additions and 26 deletions

View file

@ -1,4 +1,4 @@
=== Deluge 1.2.0_rc5 (In Development) === === Deluge 1.2.0_rc5 (17 December 2009) ===
==== Web ==== ==== Web ====
* Swap order of buttons in Remove window (Closes #1083) * Swap order of buttons in Remove window (Closes #1083)
* Change the compressed js script to deluge-all.js to avoid naming * Change the compressed js script to deluge-all.js to avoid naming

View file

@ -397,7 +397,7 @@ _data_files = [
# Main setup # Main setup
setup( setup(
name = "deluge", name = "deluge",
version = "1.2.0_rc4", version = "1.2.0_rc5",
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.2.0_rc4" !define PROGRAM_VERSION "1.2.0_rc5"
!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)