diff options
author | Roger Dingledine <arma@torproject.org> | 2005-09-10 03:41:39 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2005-09-10 03:41:39 +0000 |
commit | e782ee344ac10a6541a48fe551065c0229130e5d (patch) | |
tree | da9032d2bf0d0925469d8b2fa1b12098ec9711d3 /contrib | |
parent | 2ad3e4ff960617808b665d6e0590d31948b82b3b (diff) | |
download | tor-e782ee344ac10a6541a48fe551065c0229130e5d.tar.gz tor-e782ee344ac10a6541a48fe551065c0229130e5d.zip |
bump to 0.1.1.6-alpha-cvs
svn:r4987
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 7c861dbf43..3208f9f064 100644 --- a/contrib/tor.nsi +++ b/contrib/tor.nsi @@ -31,7 +31,7 @@ !include "MUI.nsh" -!define VERSION "0.1.1.6-alpha" +!define VERSION "0.1.1.6-alpha-cvs" !define INSTALLER "tor-${VERSION}-win32.exe" !define WEBSITE "http://tor.eff.org/" |