diff options
author | Roger Dingledine <arma@torproject.org> | 2006-06-04 06:57:43 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2006-06-04 06:57:43 +0000 |
commit | c6ee1808f467ef3d1cc27ef7c4e2fa7b401ba21c (patch) | |
tree | eb5edd3160394b765a1948dcc0b4ed3e49b51d67 /contrib | |
parent | c8ce325a2a9842e89aa1762efbfda96d3a6c377e (diff) | |
download | tor-c6ee1808f467ef3d1cc27ef7c4e2fa7b401ba21c.tar.gz tor-c6ee1808f467ef3d1cc27ef7c4e2fa7b401ba21c.zip |
bump 0.1.1 to 0.1.1.20-cvs
svn:r6531
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/tor.nsi.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/tor.nsi.in b/contrib/tor.nsi.in index 771ae16304..728feeea9a 100644 --- a/contrib/tor.nsi.in +++ b/contrib/tor.nsi.in @@ -31,7 +31,7 @@ !include "MUI.nsh" -!define VERSION "0.1.1.20" +!define VERSION "0.1.1.20-cvs" !define INSTALLER "tor-${VERSION}-win32.exe" !define WEBSITE "http://tor.eff.org/" |