diff options
author | Roger Dingledine <arma@torproject.org> | 2005-08-08 22:34:24 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2005-08-08 22:34:24 +0000 |
commit | f9f600f032d2ae37853682c204b03b5244635557 (patch) | |
tree | af8fbcb8c3998cef38ef79486f85f7edd0fe7ca2 /contrib | |
parent | 943ef5256b85b35c70b44fcf2292f799a5ab3b8b (diff) | |
download | tor-f9f600f032d2ae37853682c204b03b5244635557.tar.gz tor-f9f600f032d2ae37853682c204b03b5244635557.zip |
bump to 0.1.1.5-alpha-cvs
svn:r4753
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 128471e3cc..b8b299a735 100644 --- a/contrib/tor.nsi +++ b/contrib/tor.nsi @@ -31,7 +31,7 @@ !include "MUI.nsh" -!define VERSION "0.1.1.5-alpha" +!define VERSION "0.1.1.5-alpha-cvs" !define INSTALLER "tor-${VERSION}-win32.exe" !define WEBSITE "http://tor.eff.org/" |