diff options
author | Roger Dingledine <arma@torproject.org> | 2005-08-22 20:12:39 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2005-08-22 20:12:39 +0000 |
commit | 8adcd0bb3b5eb0bce65f067e6cda55a74f26e757 (patch) | |
tree | ed2ee57e36c40635b701cfd04fb6369ffbe0a83d /contrib | |
parent | d3880478881b2b54d94c7701839b24941d75e4f9 (diff) | |
download | tor-8adcd0bb3b5eb0bce65f067e6cda55a74f26e757.tar.gz tor-8adcd0bb3b5eb0bce65f067e6cda55a74f26e757.zip |
bump version to 0.1.1.6-alpha
svn:r4813
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 b8b299a735..7c861dbf43 100644 --- a/contrib/tor.nsi +++ b/contrib/tor.nsi @@ -31,7 +31,7 @@ !include "MUI.nsh" -!define VERSION "0.1.1.5-alpha-cvs" +!define VERSION "0.1.1.6-alpha" !define INSTALLER "tor-${VERSION}-win32.exe" !define WEBSITE "http://tor.eff.org/" |