diff options
author | Nick Mathewson <nickm@torproject.org> | 2005-09-19 22:02:14 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2005-09-19 22:02:14 +0000 |
commit | dcb6b3df6c49ea7c2640fd500e6d2d62454e2ec4 (patch) | |
tree | 1648b6f6a411167d71104548ad1cc11174b99a7e /contrib | |
parent | 837b223c8c7f7aae7ec04a7aa82572202fd0972c (diff) | |
download | tor-dcb6b3df6c49ea7c2640fd500e6d2d62454e2ec4.tar.gz tor-dcb6b3df6c49ea7c2640fd500e6d2d62454e2ec4.zip |
bump version to 0.1.1.7-alpha-cvs
svn:r5093
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 b77ace9b11..c88ba7b37b 100644 --- a/contrib/tor.nsi +++ b/contrib/tor.nsi @@ -31,7 +31,7 @@ !include "MUI.nsh" -!define VERSION "0.1.1.7-alpha" +!define VERSION "0.1.1.7-alpha-cvs" !define INSTALLER "tor-${VERSION}-win32.exe" !define WEBSITE "http://tor.eff.org/" |