aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Lewman <andrew@torproject.org>2008-03-21 13:42:06 +0000
committerAndrew Lewman <andrew@torproject.org>2008-03-21 13:42:06 +0000
commitef551d7d263d6dcc569c647e7b2bd5385b11dded (patch)
tree8d629aa82142d560473cad6235842c6b6dc6652b
parent504a9308b00e553fdce47deec4d25ca033e77c72 (diff)
downloadtor-ef551d7d263d6dcc569c647e7b2bd5385b11dded.tar.gz
tor-ef551d7d263d6dcc569c647e7b2bd5385b11dded.zip
Update torbutton version.
svn:r14148
-rw-r--r--contrib/osx/TorPostflight2
-rw-r--r--contrib/osx/package.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/contrib/osx/TorPostflight b/contrib/osx/TorPostflight
index b6b0f27222..b11a2b8770 100644
--- a/contrib/osx/TorPostflight
+++ b/contrib/osx/TorPostflight
@@ -46,7 +46,7 @@ TORGROUP=daemon
TARGET=$2/Library/Tor
TORDIR=$TARGET/var/lib/tor
LOGFILE=/var/log/tor.log
-TORBUTTON_VERSION="1.1.11-alpha"
+TORBUTTON_VERSION="1.1.17-alpha"
# Check defaults for TARGET
if [ "$TARGET" == "//Library/Tor" ]; then
diff --git a/contrib/osx/package.sh b/contrib/osx/package.sh
index 3937b367a4..8d78de5faf 100644
--- a/contrib/osx/package.sh
+++ b/contrib/osx/package.sh
@@ -24,7 +24,7 @@ PRIVOXY_PKG_ZIP=~/tmp/privoxyosx_setup_3.0.6.zip
# Where have we put the xpi and license for Torbutton? Edit this if your
# torbutton and torbutton license live somewhere else.
-TORBUTTON_PATH=~/tmp/torbutton-1.1.14-alpha.xpi
+TORBUTTON_PATH=~/tmp/torbutton-1.1.17-alpha.xpi
TORBUTTON_LIC_PATH=~/tmp/LICENSE
###