diff options
author | Roger Dingledine <arma@torproject.org> | 2005-10-07 20:17:39 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2005-10-07 20:17:39 +0000 |
commit | 2b3e8ab901413e156b1bca833af26526c4d21b68 (patch) | |
tree | 452b2ffb0570fcabecada497754c0b09cad0ce2c /contrib | |
parent | 69003566c09ec3cad297f916aee8c2ab97bff15f (diff) | |
download | tor-2b3e8ab901413e156b1bca833af26526c4d21b68.tar.gz tor-2b3e8ab901413e156b1bca833af26526c4d21b68.zip |
bump to 0.1.1.8-alpha
svn:r5222
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 c88ba7b37b..aef05627e0 100644 --- a/contrib/tor.nsi +++ b/contrib/tor.nsi @@ -31,7 +31,7 @@ !include "MUI.nsh" -!define VERSION "0.1.1.7-alpha-cvs" +!define VERSION "0.1.1.8-alpha" !define INSTALLER "tor-${VERSION}-win32.exe" !define WEBSITE "http://tor.eff.org/" |