mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-05 16:08:40 +00:00
Prep for release
This commit is contained in:
parent
c932de8470
commit
c70a9875c5
3 changed files with 26 additions and 26 deletions
|
@ -1,4 +1,4 @@
|
|||
=== Deluge 1.2.0_rc5 (In Development) ===
|
||||
=== Deluge 1.2.0_rc5 (17 December 2009) ===
|
||||
==== Web ====
|
||||
* Swap order of buttons in Remove window (Closes #1083)
|
||||
* Change the compressed js script to deluge-all.js to avoid naming
|
||||
|
|
2
setup.py
2
setup.py
|
@ -397,7 +397,7 @@ _data_files = [
|
|||
# Main setup
|
||||
setup(
|
||||
name = "deluge",
|
||||
version = "1.2.0_rc4",
|
||||
version = "1.2.0_rc5",
|
||||
fullname = "Deluge Bittorrent Client",
|
||||
description = "Bittorrent Client",
|
||||
author = "Andrew Resch, Damien Churchill",
|
||||
|
|
|
@ -37,7 +37,7 @@ SetCompressor lzma
|
|||
|
||||
# Deluge program information
|
||||
!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"
|
||||
|
||||
# Python files generated with bbfreeze (without DLLs from GTK+ runtime)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue