diff options
author | Roger Dingledine <arma@torproject.org> | 2006-03-19 04:43:36 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2006-03-19 04:43:36 +0000 |
commit | 88b67d48f08ee7779f4438e579f0df39a97d386a (patch) | |
tree | 2685af581e534431d0e1a1358a1334a32636fa4e /contrib | |
parent | bcc19b0f837556221336c82c0860236d18448386 (diff) | |
download | tor-88b67d48f08ee7779f4438e579f0df39a97d386a.tar.gz tor-88b67d48f08ee7779f4438e579f0df39a97d386a.zip |
bump to 0.1.1.16-rc-cvs so we can start fixing more bugs
svn:r6197
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 2715cda2b4..39eede90ab 100644 --- a/contrib/tor.nsi +++ b/contrib/tor.nsi @@ -31,7 +31,7 @@ !include "MUI.nsh" -!define VERSION "0.1.1.16-rc" +!define VERSION "0.1.1.16-rc-cvs" !define INSTALLER "tor-${VERSION}-win32.exe" !define WEBSITE "http://tor.eff.org/" |