mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 11:35:49 +00:00
Prep for RC5
This commit is contained in:
parent
af25aee9e2
commit
d03d1f1483
2 changed files with 4 additions and 2 deletions
|
@ -1,4 +1,6 @@
|
|||
Deluge 0.9.04 - "1.0.0_RC4" (In Development)
|
||||
Deluge 0.9.05 - "1.0.0_RC5" (In Development)
|
||||
|
||||
Deluge 0.9.04 - "1.0.0_RC4" (29 July 2008)
|
||||
Core:
|
||||
* Fix building with gcc 4.3
|
||||
* Fix do not create torrentfiles folder unless 'copy_torrent_file' is True
|
||||
|
|
2
setup.py
2
setup.py
|
@ -322,7 +322,7 @@ setup(
|
|||
]},
|
||||
packages = find_packages(exclude=["plugins"]),
|
||||
url = "http://deluge-torrent.org",
|
||||
version = "0.9.04",
|
||||
version = "0.9.05",
|
||||
)
|
||||
|
||||
try:
|
||||
|
|
Loading…
Add table
Reference in a new issue