Changeset 3763
- Timestamp:
- 08/27/08 01:03:50 (4 months ago)
- Location:
- branches/1.0.0_RC
- Files:
-
- 2 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/1.0.0_RC/ChangeLog
r3762 r3763 1 Deluge 0.9.08 - "1.0.0_RC8" ( In Development)1 Deluge 0.9.08 - "1.0.0_RC8" (27 August 2008) 2 2 Core: 3 3 * Attempt to automatically upgrade a 0.5.x state file to new format -
branches/1.0.0_RC/setup.py
r3721 r3763 324 324 packages = find_packages(exclude=["plugins"]), 325 325 url = "http://deluge-torrent.org", 326 version = "0.9.0 7",326 version = "0.9.08", 327 327 ) 328 328
