diff options
author | Roger Dingledine <arma@torproject.org> | 2006-02-10 12:26:28 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2006-02-10 12:26:28 +0000 |
commit | bb890da4cf52340a8566e03f10f6ed9c6d31a27b (patch) | |
tree | 23f863754d64483fbec19165a2b980f41a558f44 /contrib | |
parent | 7245f275b9c166914994f72e5316f7a59e48e327 (diff) | |
download | tor-bb890da4cf52340a8566e03f10f6ed9c6d31a27b.tar.gz tor-bb890da4cf52340a8566e03f10f6ed9c6d31a27b.zip |
bump to 0.1.1.13-alpha-cvs -- progress!
svn:r5954
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 9f641db084..1e6381b007 100644 --- a/contrib/tor.nsi +++ b/contrib/tor.nsi @@ -31,7 +31,7 @@ !include "MUI.nsh" -!define VERSION "0.1.1.13-alpha" +!define VERSION "0.1.1.13-alpha-cvs" !define INSTALLER "tor-${VERSION}-win32.exe" !define WEBSITE "http://tor.eff.org/" |