diff options
author | Roger Dingledine <arma@torproject.org> | 2005-08-05 19:16:11 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2005-08-05 19:16:11 +0000 |
commit | 1ec3081a84d285f66704490f8a71d67b2cd8c4b1 (patch) | |
tree | 1213fe6510ddb401ac76e7385b9fdcb99b4cbb85 /contrib | |
parent | 197eb2b2cb89ae287073a3e0b26f1da3cdcb8a9b (diff) | |
download | tor-1ec3081a84d285f66704490f8a71d67b2cd8c4b1.tar tor-1ec3081a84d285f66704490f8a71d67b2cd8c4b1.tar.gz |
bump to 0.1.1.5-alpha, though it's not released yet
svn:r4721
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 5508cf7c3..128471e3c 100644 --- a/contrib/tor.nsi +++ b/contrib/tor.nsi @@ -31,7 +31,7 @@ !include "MUI.nsh" -!define VERSION "0.1.1.4-alpha" +!define VERSION "0.1.1.5-alpha" !define INSTALLER "tor-${VERSION}-win32.exe" !define WEBSITE "http://tor.eff.org/" |