diff options
author | Roger Dingledine <arma@torproject.org> | 2005-09-14 03:59:33 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2005-09-14 03:59:33 +0000 |
commit | 76e6cc0c2b93847a52ad5c1e56377682d1cbd387 (patch) | |
tree | d8a3c99c2f0f5d4585f2c0fc350eb884afda3a4c /contrib | |
parent | ca727ba6e1544b7657c5c93183fd64889b0cd2ea (diff) | |
download | tor-76e6cc0c2b93847a52ad5c1e56377682d1cbd387.tar.gz tor-76e6cc0c2b93847a52ad5c1e56377682d1cbd387.zip |
bump to 0.1.1.7-alpha
svn:r5051
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 3208f9f064..b77ace9b11 100644 --- a/contrib/tor.nsi +++ b/contrib/tor.nsi @@ -31,7 +31,7 @@ !include "MUI.nsh" -!define VERSION "0.1.1.6-alpha-cvs" +!define VERSION "0.1.1.7-alpha" !define INSTALLER "tor-${VERSION}-win32.exe" !define WEBSITE "http://tor.eff.org/" |