Changeset 2330
- Timestamp:
- 11/26/07 16:42:07 (14 months ago)
- Files:
-
- 3 modified
-
tags/deluge-0.5.6.96/setup.py (modified) (1 diff)
-
trunk/setup.py (modified) (2 diffs)
-
trunk/src/common.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tags/deluge-0.5.6.96/setup.py
r2312 r2330 131 131 'libboost_thread.so')): 132 132 boost_thread = "boost_thread" 133 134 if 'boost_filesystem' not in vars(): 135 boost_filesystem = "boost_filesystem-mt" 136 if 'boost_date_time' not in vars(): 137 boost_date_time = "boost_date_time-mt" 138 if 'boost_thread' not in vars(): 139 boost_thread = "boost_thread-mt" 133 140 134 141 elif OS == "freebsd": -
trunk/setup.py
r2303 r2330 29 29 NAME = "deluge" 30 30 FULLNAME = "Deluge BitTorrent Client" 31 VERSION = "0.5.6.9 5"31 VERSION = "0.5.6.96" 32 32 AUTHOR = "Zach Tibbitts, Alon Zakai, Marcos Pinto, Andrew Resch, Alex Dedul" 33 33 EMAIL = "zach@collegegeek.org, kripkensteiner@gmail.com, marcospinto@dipconsultants.com, alonzakai@gmail.com, rotmer@gmail.com" … … 131 131 'libboost_thread.so')): 132 132 boost_thread = "boost_thread" 133 134 if 'boost_filesystem' not in vars(): 135 boost_filesystem = "boost_filesystem-mt" 136 if 'boost_date_time' not in vars(): 137 boost_date_time = "boost_date_time-mt" 138 if 'boost_thread' not in vars(): 139 boost_thread = "boost_thread-mt" 133 140 134 141 elif OS == "freebsd": -
trunk/src/common.py
r2315 r2330 33 33 34 34 PROGRAM_NAME = "Deluge" 35 PROGRAM_VERSION = "0.5.6.9 5"35 PROGRAM_VERSION = "0.5.6.96" 36 36 37 37 CLIENT_CODE = "DE"
