diff options
author | Roger Dingledine <arma@torproject.org> | 2005-11-15 01:47:11 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2005-11-15 01:47:11 +0000 |
commit | 4cd7bddfc332aa14621235beb649b73f494266b0 (patch) | |
tree | 633f55d5328663605fcb2cc129cf67b95071ebe2 /contrib | |
parent | 9d8aec0e92f51e73fe39581598d4031bcba57605 (diff) | |
download | tor-4cd7bddfc332aa14621235beb649b73f494266b0.tar tor-4cd7bddfc332aa14621235beb649b73f494266b0.tar.gz |
bump to 0.1.1.9-alpha
svn:r5374
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/tor.nsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/tor.nsi b/contrib/tor.nsi index 0dc0a0bc5..4a1ea5c72 100644 --- a/contrib/tor.nsi +++ b/contrib/tor.nsi @@ -31,7 +31,7 @@ !include "MUI.nsh" -!define VERSION "0.1.1.8-alpha-cvs" +!define VERSION "0.1.1.9-alpha" !define INSTALLER "tor-${VERSION}-win32.exe" !define WEBSITE "http://tor.eff.org/" |