diff options
author | Roger Dingledine <arma@torproject.org> | 2006-04-10 20:21:55 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2006-04-10 20:21:55 +0000 |
commit | 37c77c71f798cdbd2b7b06e178772640a4516747 (patch) | |
tree | 9c303f260e7ac17aea8ee3906ba8066cda857425 /contrib | |
parent | 12d461a24562ec3efd9a379ffaa8ea2cb4e54b13 (diff) | |
download | tor-37c77c71f798cdbd2b7b06e178772640a4516747.tar tor-37c77c71f798cdbd2b7b06e178772640a4516747.tar.gz |
0.1.2.0-alpha-cvs!
svn:r6375
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 bd847b6ae..a5b58f2ae 100644 --- a/contrib/tor.nsi +++ b/contrib/tor.nsi @@ -31,7 +31,7 @@ !include "MUI.nsh" -!define VERSION "0.1.1.18-rc" +!define VERSION "0.1.2.0-alpha-cvs" !define INSTALLER "tor-${VERSION}-win32.exe" !define WEBSITE "http://tor.eff.org/" |