Update to depend on libtorrent >= 0.16.1

This commit is contained in:
Chase Sterling 2012-11-13 21:13:59 -05:00
parent 9d28aa9521
commit 5b2be2d190
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@
* geoip-database (optional)
* setproctitle (optional)
* libtorrent >= 0.14, or build the included version
* libtorrent >= 0.16.1, or build the included version
* If building included libtorrent::
* boost >= 1.34.1

View File

@ -5,7 +5,7 @@
SVN=$(which svn)
LT_URL=https://libtorrent.svn.sourceforge.net/svnroot/libtorrent
VERSION=15
VERSION=16
[ "$1" != "" ] && VERSION=$1
BRANCH=branches/RC_0_$VERSION