diff options
author | Roger Dingledine <arma@torproject.org> | 2006-02-21 04:13:49 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2006-02-21 04:13:49 +0000 |
commit | dda54db36d1c67f075fc55f09147edef8f35d3ac (patch) | |
tree | 2460ae7f09fa2eff1733fa265ddcabeb52a509b4 /contrib/tor.nsi | |
parent | f797ce5e597a4b03f725aab1d727a3efb00d1284 (diff) | |
download | tor-dda54db36d1c67f075fc55f09147edef8f35d3ac.tar.gz tor-dda54db36d1c67f075fc55f09147edef8f35d3ac.zip |
bump to 0.1.1.14-alpha-cvs, and we're off.
svn:r6062
Diffstat (limited to 'contrib/tor.nsi')
-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 ce17bd58a3..ae17a9f62b 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/" |