summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Lewman <andrew@torproject.org>2008-06-04 03:53:33 +0000
committerAndrew Lewman <andrew@torproject.org>2008-06-04 03:53:33 +0000
commite361de2365719f544b92cd6aee46a1f9ed657ae2 (patch)
tree48c1b79e7e38b923a56c016f665dc37d2b7222a0
parent5b8e84255f4ee2dd46a3aacb34289f5ccf9b6e2f (diff)
downloadtor-e361de2365719f544b92cd6aee46a1f9ed657ae2.tar.gz
tor-e361de2365719f544b92cd6aee46a1f9ed657ae2.zip
Backport: update torbutton version
svn:r14926
-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 77fc9de1c5..aba9c00cd2 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.18-alpha"
+TORBUTTON_VERSION="1.2.0rc1"
# Check defaults for TARGET
if [ "$TARGET" == "//Library/Tor" ]; then
diff --git a/contrib/osx/package.sh b/contrib/osx/package.sh
index 89cfa79a68..8854db6cdd 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.18-alpha.xpi
+TORBUTTON_PATH=~/tmp/torbutton-1.2.0rc1.xpi
TORBUTTON_LIC_PATH=~/tmp/LICENSE
###