diff options
author | Roger Dingledine <arma@torproject.org> | 2006-03-09 00:04:50 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2006-03-09 00:04:50 +0000 |
commit | dadb34613606daae4d33d7a6f5efe36171c91dee (patch) | |
tree | e1da7aed78e6dab466c3e5b0bc1f91336fafaa9e /contrib | |
parent | 946317ae13b37d2e354f5bb793eef2856805dd56 (diff) | |
download | tor-dadb34613606daae4d33d7a6f5efe36171c91dee.tar.gz tor-dadb34613606daae4d33d7a6f5efe36171c91dee.zip |
make the tor.nsi version accurate
svn:r6102
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 1452760e39..9b1cf0a3e6 100644 --- a/contrib/tor.nsi +++ b/contrib/tor.nsi @@ -31,7 +31,7 @@ !include "MUI.nsh" -!define VERSION "0.1.1.14-alpha" +!define VERSION "0.1.1.14-alpha-cvs" !define INSTALLER "tor-${VERSION}-win32.exe" !define WEBSITE "http://tor.eff.org/" |