Prep for release

This commit is contained in:
Andrew Resch 2010-01-09 21:16:08 +00:00
commit 89c9228cec
4 changed files with 7 additions and 7 deletions

View file

@ -1,4 +1,4 @@
=== Deluge 1.2.0_rc6 (In Development) === === Deluge 1.2.0 - "Bursting like an infected kidney" (09 January 2010) ===
==== Core ==== ==== Core ====
* Fix file renaming * Fix file renaming
* Fix tracker host filtering (Closes #1106) * Fix tracker host filtering (Closes #1106)

View file

@ -397,7 +397,7 @@ _data_files = [
# Main setup # Main setup
setup( setup(
name = "deluge", name = "deluge",
version = "1.2.0_rc5", version = "1.2.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

@ -1,4 +1,4 @@
build_version = "1.2.0_rc5" build_version = "1.2.0"
python_path = "C:\\Python26\\" python_path = "C:\\Python26\\"
import shutil import shutil

View file

@ -37,14 +37,14 @@ SetCompressor lzma
# Deluge program information # Deluge program information
!define PROGRAM_NAME "Deluge" !define PROGRAM_NAME "Deluge"
!define PROGRAM_VERSION "1.2.0_rc5" !define PROGRAM_VERSION "1.2.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)
!define DELUGE_PYTHON_BBFREEZE_OUTPUT_DIR "..\build-win32\deluge-bbfreeze-${PROGRAM_VERSION}" !define DELUGE_PYTHON_BBFREEZE_OUTPUT_DIR "..\build-win32\deluge-bbfreeze-${PROGRAM_VERSION}"
# Installer for GTK+ 2.12 runtime; will be downloaded from deluge-torrent.org # Installer for GTK+ 2.12 runtime; will be downloaded from deluge-torrent.org
!define DELUGE_GTK_DEPENDENCY "gtk2-runtime-2.16.6-2009-09-12-ash.exe" !define DELUGE_GTK_DEPENDENCY "gtk2-runtime-2.16.6-2009-12-01-ash.exe"
# --- Interface settings --- # --- Interface settings ---