Deluge 0.5 RC 2

This commit is contained in:
Zach Tibbitts 2007-03-08 23:20:39 +00:00
parent 79c6fa470d
commit 8ef143af72
2 changed files with 683 additions and 681 deletions

File diff suppressed because it is too large Load Diff

View File

@ -30,7 +30,7 @@ pythonVersion = platform.python_version()[0:3]
NAME = "deluge" NAME = "deluge"
FULLNAME = "Deluge BitTorrent Client" FULLNAME = "Deluge BitTorrent Client"
VERSION = "0.4.99.1" VERSION = "0.4.99.2"
AUTHOR = "Zach Tibbitts, Alon Zakai" AUTHOR = "Zach Tibbitts, Alon Zakai"
EMAIL = "zach@collegegeek.org, kripkensteiner@gmail.com" EMAIL = "zach@collegegeek.org, kripkensteiner@gmail.com"
DESCRIPTION = "A bittorrent client written in PyGTK" DESCRIPTION = "A bittorrent client written in PyGTK"