summaryrefslogtreecommitdiffstats
path: root/get_libtorrent.sh
diff options
context:
space:
mode:
authorDamien Churchill <damoxc@gmail.com>2010-07-22 18:18:15 +0100
committerDamien Churchill <damoxc@gmail.com>2010-07-22 18:18:15 +0100
commit16a1173f1de312dc2726a019fe56309484b128d0 (patch)
tree4f2c4ab11c3380eb8e92a7f8187ad59841600fed /get_libtorrent.sh
parent333d2f5562dad0a31d921920096edb7f5dc45b24 (diff)
downloaddeluge-16a1173f1de312dc2726a019fe56309484b128d0.tar.gz
deluge-16a1173f1de312dc2726a019fe56309484b128d0.tar.bz2
deluge-16a1173f1de312dc2726a019fe56309484b128d0.zip
change default version to 0.15
Diffstat (limited to 'get_libtorrent.sh')
-rwxr-xr-xget_libtorrent.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/get_libtorrent.sh b/get_libtorrent.sh
index 466558d85..84f44b486 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