[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r14926: Backport: update torbutton version (tor/branches/tor-0_2_0-patches/contrib/osx)
Author: phobos
Date: 2008-06-03 23:53:33 -0400 (Tue, 03 Jun 2008)
New Revision: 14926
Modified:
tor/branches/tor-0_2_0-patches/contrib/osx/TorPostflight
tor/branches/tor-0_2_0-patches/contrib/osx/package.sh
Log:
Backport: update torbutton version
Modified: tor/branches/tor-0_2_0-patches/contrib/osx/TorPostflight
===================================================================
--- tor/branches/tor-0_2_0-patches/contrib/osx/TorPostflight 2008-06-04 03:52:27 UTC (rev 14925)
+++ tor/branches/tor-0_2_0-patches/contrib/osx/TorPostflight 2008-06-04 03:53:33 UTC (rev 14926)
@@ -46,7 +46,7 @@
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
Modified: tor/branches/tor-0_2_0-patches/contrib/osx/package.sh
===================================================================
--- tor/branches/tor-0_2_0-patches/contrib/osx/package.sh 2008-06-04 03:52:27 UTC (rev 14925)
+++ tor/branches/tor-0_2_0-patches/contrib/osx/package.sh 2008-06-04 03:53:33 UTC (rev 14926)
@@ -24,7 +24,7 @@
# 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
###