diff options
author | Roger Dingledine <arma@torproject.org> | 2005-08-04 22:45:54 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2005-08-04 22:45:54 +0000 |
commit | 1d3e63158eabb59680bcf59c7b5484963a7306d6 (patch) | |
tree | 9d18b457c6eb5f86f673badc6bde4d6e4587f860 /contrib | |
parent | 9aad89e97373798f5bdc450f0fbc5903dbc96e66 (diff) | |
download | tor-1d3e63158eabb59680bcf59c7b5484963a7306d6.tar tor-1d3e63158eabb59680bcf59c7b5484963a7306d6.tar.gz |
bump to 0.1.1.4-alpha in preparation for new release
svn:r4701
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 89fd5c6ef..5508cf7c3 100644 --- a/contrib/tor.nsi +++ b/contrib/tor.nsi @@ -31,7 +31,7 @@ !include "MUI.nsh" -!define VERSION "0.1.1.3-alpha" +!define VERSION "0.1.1.4-alpha" !define INSTALLER "tor-${VERSION}-win32.exe" !define WEBSITE "http://tor.eff.org/" |