diff options
author | Andrew Lewman <andrew@torproject.org> | 2007-11-22 17:46:22 +0000 |
---|---|---|
committer | Andrew Lewman <andrew@torproject.org> | 2007-11-22 17:46:22 +0000 |
commit | 2075c16e1bff48a38233e1b4899abf95f65fd4d3 (patch) | |
tree | 2de2bc1d952e00231d8c39eafec2f584d4b65cd4 /contrib/osx/TorPostflight | |
parent | 22cd3a4baa17fd2357b3c4e5cd873f6836e6eb30 (diff) | |
download | tor-2075c16e1bff48a38233e1b4899abf95f65fd4d3.tar.gz tor-2075c16e1bff48a38233e1b4899abf95f65fd4d3.zip |
Patch from martin fong in flyspray #555, backport candidate once
tested. Update torbutton version in TorPostFlight.
svn:r12554
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 ddcb0a79c4..b9b34fcc84 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.9.1-alpha" +TORBUTTON_VERSION="1.1.11-alpha" # Check defaults for TARGET if [ "$TARGET" == "//Library/Tor" ]; then |