diff options
author | Roger Dingledine <arma@torproject.org> | 2005-04-26 20:59:36 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2005-04-26 20:59:36 +0000 |
commit | 15c7c73c5e94f6130a327bd1016221087cfcfb89 (patch) | |
tree | 9ab8fded8f93051e2ddacaa9c619e57e5118b28f /contrib | |
parent | 9ba2dd7ea1b1984c935dae3ac866484a4307c4dc (diff) | |
download | tor-15c7c73c5e94f6130a327bd1016221087cfcfb89.tar tor-15c7c73c5e94f6130a327bd1016221087cfcfb89.tar.gz |
bump to 0.1.0.4-rc-cvs while we're testing
svn:r4123
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 57ada50b7..eef414ef7 100644 --- a/contrib/tor.nsi +++ b/contrib/tor.nsi @@ -31,7 +31,7 @@ !include "MUI.nsh" -!define VERSION "0.1.0.4-rc" +!define VERSION "0.1.0.4-rc-cvs" !define INSTALLER "tor-${VERSION}-win32.exe" !define WEBSITE "http://tor.eff.org/" |