diff options
author | Andrew Lewman <andrew@torproject.org> | 2008-06-04 03:52:27 +0000 |
---|---|---|
committer | Andrew Lewman <andrew@torproject.org> | 2008-06-04 03:52:27 +0000 |
commit | 616ae6b11538e60d4760348b0d9f708a64c9d4b6 (patch) | |
tree | 241abb3395fe762c3074782e9e3a1e75d181e717 /contrib/osx/TorPostflight | |
parent | 5d86bb8cc5b751139dc3167ee1d83c4ea806c12f (diff) | |
download | tor-616ae6b11538e60d4760348b0d9f708a64c9d4b6.tar.gz tor-616ae6b11538e60d4760348b0d9f708a64c9d4b6.zip |
Update torbutton version
svn:r14925
Diffstat (limited to 'contrib/osx/TorPostflight')
-rw-r--r-- | contrib/osx/TorPostflight | 2 |
1 files changed, 1 insertions, 1 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 |