diff options
author | Roger Dingledine <arma@torproject.org> | 2006-03-19 04:02:11 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2006-03-19 04:02:11 +0000 |
commit | bcc19b0f837556221336c82c0860236d18448386 (patch) | |
tree | bd192ce9431c65f228b3bc03d66d8f4345f4bb5f /contrib/tor.nsi | |
parent | 9895df3ab4f4c3d891d0e88910caed9a75b175fa (diff) | |
download | tor-bcc19b0f837556221336c82c0860236d18448386.tar.gz tor-bcc19b0f837556221336c82c0860236d18448386.zip |
which brings us to 0.1.1.16-rctor-0.1.1.16-rc
svn:r6195
Diffstat (limited to 'contrib/tor.nsi')
-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 3ff2d395fd..2715cda2b4 100644 --- a/contrib/tor.nsi +++ b/contrib/tor.nsi @@ -31,7 +31,7 @@ !include "MUI.nsh" -!define VERSION "0.1.1.15-rc-cvs" +!define VERSION "0.1.1.16-rc" !define INSTALLER "tor-${VERSION}-win32.exe" !define WEBSITE "http://tor.eff.org/" |