diff options
author | Roger Dingledine <arma@torproject.org> | 2005-07-14 22:46:42 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2005-07-14 22:46:42 +0000 |
commit | c2abcc4f1c8f63549f74b202b9581f631b470152 (patch) | |
tree | 03b1aa9fd6318bfbd297658510b302b1c57d884f /contrib/tor.nsi | |
parent | 1e600e2940d1b6ba53db7755b703cceeed38f69a (diff) | |
download | tor-c2abcc4f1c8f63549f74b202b9581f631b470152.tar.gz tor-c2abcc4f1c8f63549f74b202b9581f631b470152.zip |
bump to 0.1.1.2-alpha
svn:r4563
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 da4c6f2316..95c3fecbb9 100644 --- a/contrib/tor.nsi +++ b/contrib/tor.nsi @@ -31,7 +31,7 @@ !include "MUI.nsh" -!define VERSION "0.1.1.1-alpha-cvs" +!define VERSION "0.1.1.2-alpha" !define INSTALLER "tor-${VERSION}-win32.exe" !define WEBSITE "http://tor.eff.org/" |