mirror of
https://github.com/codex-storage/deluge.git
synced 2025-02-04 15:43:28 +00:00
Update versions
This commit is contained in:
parent
6235e832fe
commit
c1505bea3a
@ -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
|
||||
|
2
setup.py
2
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",
|
||||
|
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user