diff options
author | Roger Dingledine <arma@torproject.org> | 2005-11-15 20:29:56 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2005-11-15 20:29:56 +0000 |
commit | 6465b30f21fae4d039904763c95d5b9b3c386310 (patch) | |
tree | 76c5e0d4d2697e00b5e90a425f860438a98649d5 /contrib | |
parent | e5087382decf8ddbc91fd4eadc3ba6c822a9f4e2 (diff) | |
download | tor-6465b30f21fae4d039904763c95d5b9b3c386310.tar tor-6465b30f21fae4d039904763c95d5b9b3c386310.tar.gz |
bump to 0.1.1.9-alpha-cvs
svn:r5387
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 4a1ea5c72..ea67fec41 100644 --- a/contrib/tor.nsi +++ b/contrib/tor.nsi @@ -31,7 +31,7 @@ !include "MUI.nsh" -!define VERSION "0.1.1.9-alpha" +!define VERSION "0.1.1.9-alpha-cvs" !define INSTALLER "tor-${VERSION}-win32.exe" !define WEBSITE "http://tor.eff.org/" |