Module: deluge Branch: master Commit: 16a1173f1de312dc2726a019fe56309484b128d0
Author: Damien Churchill <[email protected]> Date: Thu Jul 22 18:18:15 2010 +0100 change default version to 0.15 --- get_libtorrent.sh | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/get_libtorrent.sh b/get_libtorrent.sh index 466558d..84f44b4 100755 --- a/get_libtorrent.sh +++ b/get_libtorrent.sh @@ -5,7 +5,7 @@ SVN=$(which svn) LT_URL=https://libtorrent.svn.sourceforge.net/svnroot/libtorrent -VERSION=14 +VERSION=15 [ "$1" != "" ] && VERSION=$1 BRANCH=branches/RC_0_$VERSION -- You received this message because you are subscribed to the Google Groups "deluge-commit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/deluge-commit?hl=en.
