diff options
author | Roger Dingledine <arma@torproject.org> | 2006-01-10 23:16:36 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2006-01-10 23:16:36 +0000 |
commit | 906a2c8ef02bf3233167e53e0bfdd734bc3d1af5 (patch) | |
tree | 24d1e028401157d152c0290a6a516f76e2e5c21e /contrib | |
parent | 7d1f675c854dc8914482fb98d853ec1cd898d853 (diff) | |
download | tor-906a2c8ef02bf3233167e53e0bfdd734bc3d1af5.tar.gz tor-906a2c8ef02bf3233167e53e0bfdd734bc3d1af5.zip |
bump to 0.1.1.11-alpha in preparation for release
svn:r5783
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 c922e1d550..44afc451a5 100644 --- a/contrib/tor.nsi +++ b/contrib/tor.nsi @@ -31,7 +31,7 @@ !include "MUI.nsh" -!define VERSION "0.1.1.10-alpha-cvs" +!define VERSION "0.1.1.11-alpha" !define INSTALLER "tor-${VERSION}-win32.exe" !define WEBSITE "http://tor.eff.org/" |