diff options
author | Roger Dingledine <arma@torproject.org> | 2005-07-25 09:12:18 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2005-07-25 09:12:18 +0000 |
commit | 2fa109102ae491202e096f836f33ec85d82a6d90 (patch) | |
tree | 2b46109815cde8a4b0775ffec796c49d2cd4a0a6 /contrib | |
parent | ad70f9679377bd1fb683b9b5cb06805b5d4c8dd0 (diff) | |
download | tor-2fa109102ae491202e096f836f33ec85d82a6d90.tar tor-2fa109102ae491202e096f836f33ec85d82a6d90.tar.gz |
bump to 0.1.1.3-alpha
svn:r4672
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 f6162474c..8bc4b6e07 100644 --- a/contrib/tor.nsi +++ b/contrib/tor.nsi @@ -31,7 +31,7 @@ !include "MUI.nsh" -!define VERSION "0.1.1.2-alpha-cvs" +!define VERSION "0.1.1.3-alpha" !define INSTALLER "tor-${VERSION}-win32.exe" !define WEBSITE "http://tor.eff.org/" |